Elgg
Version 5.1
|
Protected Member Functions | |
create ($namespace) | |
Create a new cache under a namespace. More... | |
![]() | |
create ($namespace) | |
Create a new cache under a namespace. More... | |
Additional Inherited Members | |
![]() | |
__construct (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... | |
![]() | |
$caches = [] | |
$config | |
Definition at line 12 of file SessionCache.php.
|
protected |
Create a new cache under a namespace.
string | $namespace | Namespace |
Definition at line 21 of file SessionCache.php.