Elgg
Version 6.1
|
This is the complete list of members for Elgg\Cache\BaseCache, including all inherited members.
$disabled | Elgg\Cache\BaseCache | protected |
__get(string $key) | Elgg\Cache\BaseCache | |
__isset(string $key) | Elgg\Cache\BaseCache | |
__set(string $key, $value) | Elgg\Cache\BaseCache | |
__unset(string $key) | Elgg\Cache\BaseCache | |
add(string $key, $data) | Elgg\Cache\BaseCache | |
clear() | Elgg\Cache\BaseCache | |
delete($key) | Elgg\Cache\BaseCache | |
disable() | Elgg\Cache\BaseCache | |
enable() | Elgg\Cache\BaseCache | |
getVariable(string $variable) | Elgg\Cache\BaseCache | |
invalidate() | Elgg\Cache\BaseCache | |
load($key) | Elgg\Cache\BaseCache | |
offsetExists($offset) | Elgg\Cache\BaseCache | |
offsetGet($offset) | Elgg\Cache\BaseCache | |
offsetSet($offset, $value) | Elgg\Cache\BaseCache | |
offsetUnset($offset) | Elgg\Cache\BaseCache | |
populate(array $values, int $expires_after=null) | Elgg\Cache\BaseCache | |
purge() | Elgg\Cache\BaseCache | |
save($key, $data, $expire_after=null) | Elgg\Cache\BaseCache | |
setVariable(string $variable, $value) | Elgg\Cache\BaseCache |