Elgg
Version 6.1
|
Public Member Functions | |
__construct (protected Config $config) | |
Constructor. More... | |
getCache () | |
Returns the cache. More... | |
Public Member Functions inherited from Elgg\Cache\CacheService | |
purge () | |
Purges the caches. More... | |
invalidate () | |
Invalidates the caches. More... | |
clear () | |
Clears the caches. More... | |
save (string $key, mixed $data, int|\DateTime $expire_after=null) | |
Saves data in the cache. More... | |
load (string $key) | |
Retrieve the contents of a cached item. More... | |
delete (string $key) | |
Deletes the contents of a cached item. More... | |
isEnabled () | |
Is the cache enabled. More... | |
enable () | |
Enables the cache. More... | |
disable () | |
Disables the cache. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Elgg\Cache\CacheService | |
CompositeCache | $cache |
bool | $enabled = true |
System Cache.
Definition at line 13 of file SystemCache.php.
Elgg\Cache\SystemCache::__construct | ( | protected Config | $config | ) |
Elgg\Cache\SystemCache::getCache | ( | ) |