Elgg
Version 6.1
|
Public Member Functions | |
__construct (protected Config $config) | |
Constructor. 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 |
Autoload Cache.
Definition at line 13 of file AutoloadCache.php.
Elgg\Cache\AutoloadCache::__construct | ( | protected Config | $config | ) |