A config cache stores values using var_export() and include.
@author Kris Wallsmith <kris.wallsmith@gmail.com>
Expanded class hierarchy of ConfigCache
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigCache:: |
private | property | ||
ConfigCache:: |
public | function | Loads and returns the value for the supplied cache key. | |
ConfigCache:: |
private | function | Returns the path where the file corresponding to the supplied cache key can be included from. | |
ConfigCache:: |
public | function | Returns a timestamp for when the cache was created. | |
ConfigCache:: |
public | function | Checks of the cache has a file. | |
ConfigCache:: |
public | function | Writes a value to a file. | |
ConfigCache:: |
public | function | Construct. |