DrupalCacheInterface::get

function DrupalCacheInterface::get

DrupalCacheInterface::get($cid)

Returns data from the persistent cache.

Data may be stored as either plain text or as serialized data. cache_get() will automatically return unserialized objects and arrays.

Parameters

$cid: The cache ID of the data to retrieve.

Return value

The cache or FALSE on failure.

File

includes/cache.inc, line 238
Functions and interfaces for cache handling.

Class

DrupalCacheInt