Extends BackdropCacheArray to allow for dynamic building of the schema cache.
Hierarchy
- class BackdropCacheArray implements \ArrayAccess
- class SchemaCache
Expanded class hierarchy of SchemaCache
Related topics
File
- core/
includes/ bootstrap.inc, line 4002 - Functions that need to be loaded on every Backdrop request.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
BackdropCacheArray:: |
protected | property | A bin to pass to cache()->set() and cache()->get(). |
BackdropCacheArray:: |
protected | property | A cid to pass to cache()->set() and cache()->get(). |
BackdropCacheArray:: |
protected | property | An array of keys to add to the cache at the end of the request. |
BackdropCacheArray:: |
protected | property | Storage for the data itself. |
BackdropCacheArray:: |
public | function | |
BackdropCacheArray:: |
public | function | |
BackdropCacheArray:: |
public | function | |
BackdropCacheArray:: |
public | function | |
BackdropCacheArray:: |
protected | function | Flags an offset value to be written to the persistent cache. |
BackdropCacheArray:: |
protected | function | Writes a value to the persistent cache immediately. |
BackdropCacheArray:: |
public | function | Destructs the BackdropCacheArray object. |
SchemaCache:: |
protected | function |
Overrides BackdropCacheArray::resolveCacheMiss(). Overrides BackdropCacheArray:: |
SchemaCache:: |
public | function |
Constructs a SchemaCache object. Overrides BackdropCacheArray:: |