Extends BackdropCacheArray to allow for dynamic building of the schema cache.

Hierarchy

Expanded class hierarchy of SchemaCache

Related topics

File

core/includes/bootstrap.inc, line 3940
Functions that need to be loaded on every Backdrop request.

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::set protected function Writes a value to the persistent cache immediately.
BackdropCacheArray::__destruct public function Destructs the BackdropCacheArray object.
SchemaCache::resolveCacheMiss protected function Overrides BackdropCacheArray::resolveCacheMiss(). Overrides BackdropCacheArray::resolveCacheMiss
SchemaCache::__construct public function Constructs a SchemaCache object. Overrides BackdropCacheArray::__construct