cache.inc

Functions and interfaces for cache handling.

File

drupal/includes/cache.inc
View source

Functions

Namesort descending Description
cache_clear_all Expires data from the cache.
cache_get Returns data from the persistent cache.
cache_get_multiple Returns data from the persistent cache when given an array of cache IDs.
cache_is_empty Checks if a cache bin is empty.
cache_set Stores data in the persistent cache.
_cache_get_object Gets the cache object for a cache bin.

Classes

Namesort descending Description
DrupalDatabaseCache Defines a default cache implementation.

Interfaces

Namesort descending Description
DrupalCacheInterface Defines an interface for cache implementations.