cache.inc

Version 1.52 (checked in on 2011/02/24 at 12:09:59 by dries)

Functions & methods

NameDescription
cache_clear_allExpire data from the cache.
cache_getReturn data from the persistent cache
cache_get_multipleReturn data from the persistent cache when given an array of cache IDs.
cache_is_emptyCheck if a cache bin is empty.
cache_setStore data in the persistent cache.
_cache_get_objectGet the cache object for a cache bin.

Interfaces

NameDescription
DrupalCacheInterfaceInterface for cache implementations.

Classes

NameDescription
DrupalDatabaseCacheDefault cache implementation.