1. 1.20.x includes/cache.inc
  2. 1.20.x modules/views/includes/cache.inc

Functions and interfaces for cache handling.

File

includes/cache.inc

Functions

Namesort ascending Description
cache_set Stores data in the persistent cache.
cache_is_empty Checks if a cache bin is empty.
cache_get_multiple Returns data from the persistent cache when given an array of cache IDs.
cache_get Returns data from the persistent cache.
cache_flush Flushes all cache items in a bin.
cache_clear_all Clears data from the cache.
cache Instantiates and statically caches the correct class for a cache bin.

Interfaces

Namesort ascending Description
BackdropCacheInterface Defines an interface for cache implementations.