Extends CacheArray to allow for dynamic building of the schema cache.
Expanded class hierarchy of SchemaCache
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CacheArray:: |
protected | property | A bin to pass to cache()->set() and cache()->get(). | |
CacheArray:: |
protected | property | A cid to pass to cache()->set() and cache()->get(). | |
CacheArray:: |
protected | property | An array of keys to add to the cache at the end of the request. | |
CacheArray:: |
protected | property | Storage for the data itself. | |
CacheArray:: |
protected | property | A tags array to pass to cache()->set(). | |
CacheArray:: |
public | function | Implements ArrayAccess::offsetExists(). | 1 |
CacheArray:: |
public | function | Implements ArrayAccess::offsetGet(). | 1 |
CacheArray:: |
public | function | Implements ArrayAccess::offsetSet(). | |
CacheArray:: |
public | function | Implements ArrayAccess::offsetUnset(). | |
CacheArray:: |
protected | function | Flags an offset value to be written to the persistent cache. | |
CacheArray:: |
protected | function | Writes a value to the persistent cache immediately. | 1 |
CacheArray:: |
public | function | Destructs the CacheArray object. | |
SchemaCache:: |
protected | function |
Implements CacheArray::resolveCacheMiss(). Overrides CacheArray:: |
|
SchemaCache:: |
public | function |
Constructs a SchemaCache object. Overrides CacheArray:: |