Hierarchy

Expanded class hierarchy of DrupalCacheArray

Related topics

File

core/includes/drupal.classes.inc, line 13
Contains class and interface wrappers for Drupal 7.x compatibility.

Members

Contains filters are case sensitive
Namesort descending Modifiers Type Description
BackdropCacheArray::$bin protected property A bin to pass to cache()->set() and cache()->get().
BackdropCacheArray::$cid protected property A cid to pass to cache()->set() and cache()->get().
BackdropCacheArray::$keysToPersist protected property An array of keys to add to the cache at the end of the request.
BackdropCacheArray::$storage protected property Storage for the data itself.
BackdropCacheArray::offsetExists public function
BackdropCacheArray::offsetGet public function
BackdropCacheArray::offsetSet public function
BackdropCacheArray::offsetUnset public function
BackdropCacheArray::persist protected function Flags an offset value to be written to the persistent cache.
BackdropCacheArray::resolveCacheMiss abstract protected function Resolves a cache miss.
BackdropCacheArray::set protected function Writes a value to the persistent cache immediately.
BackdropCacheArray::__construct public function Constructs a BackdropCacheArray object.
BackdropCacheArray::__destruct public function Destructs the BackdropCacheArray object.