Elgg
Version 6.0
|
Protected Member Functions | |
create ($namespace) | |
Create a new cache under a namespace. More... | |
Protected Member Functions inherited from Elgg\Cache\CacheCollection | |
create ($namespace) | |
Create a new cache under a namespace. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Elgg\Cache\CacheCollection | |
__construct (protected Config $config) | |
Constructor. More... | |
__get ($name) | |
{} More... | |
get ($namespace) | |
Returns an instance of composite cache, or creates one. More... | |
clear () | |
Clear all persistent caches. More... | |
invalidate () | |
Invalidate all caches. More... | |
purge () | |
Purge all caches. More... | |
disable () | |
Disable all persistent caches. More... | |
enable () | |
Enable all persistent caches. More... | |
Protected Attributes inherited from Elgg\Cache\CacheCollection | |
array | $caches = [] |
Definition at line 11 of file DataCache.php.
|
protected |
Create a new cache under a namespace.
string | $namespace | Namespace |
Definition at line 20 of file DataCache.php.