cache.inc

Functions and interfaces for cache handling.

File

includes/cache.inc

Functions

Name 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

Name Description
DrupalDatabaseCache Defines a default cache implementation.

Interfaces

Name Description
DrupalCacheInterface Defines an interface for cache implementations.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!cache.inc/7.x