1. 1 core/includes/cache.inc
  2. 1 core/modules/views/includes/cache.inc

Functions and interfaces for cache handling.

File

core/includes/cache.inc

Functions

Namesort descending Description
cache Instantiates and statically caches the correct class for a cache bin.
cache_clear_all Clears data from the cache.
cache_flush Flushes all cache items in a bin.
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.

Classes

Namesort descending Description
BackdropDatabaseCache Defines a default cache implementation.
BackdropNullCache Defines a stub cache implementation.

Interfaces

Namesort descending Description
BackdropCacheInterface Defines an interface for cache implementations.