Hierarchy
- class BackdropCacheArray implements \ArrayAccess
- class DrupalCacheArray
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
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:: |
abstract protected | function | Resolves a cache miss. |
BackdropCacheArray:: |
protected | function | Writes a value to the persistent cache immediately. |
BackdropCacheArray:: |
public | function | Constructs a BackdropCacheArray object. |
BackdropCacheArray:: |
public | function | Destructs the BackdropCacheArray object. |