Elgg
Version 1.11
|
This is the complete list of members for ElggMemcache, including all inherited members.
__construct($namespace= 'default') | ElggMemcache | |
ElggSharedMemoryCache::__construct() | ElggCache | |
__get($key) | ElggCache | |
__isset($key) | ElggCache | |
__set($key, $value) | ElggCache | |
__unset($key) | ElggCache | |
add($key, $data) | ElggCache | |
clear() | ElggMemcache | |
delete($key) | ElggMemcache | |
get_variable($variable) | ElggCache | |
getNamespace() | ElggSharedMemoryCache | |
getVariable($variable) | ElggCache | |
load($key, $offset=0, $limit=null) | ElggMemcache | |
offsetExists($key) | ElggCache | |
offsetGet($key) | ElggCache | |
offsetSet($key, $value) | ElggCache | |
offsetUnset($key) | ElggCache | |
save($key, $data, $expires=null) | ElggMemcache | |
ElggSharedMemoryCache::save($key, $data) | ElggCache | |
set_variable($variable, $value) | ElggCache | |
setDefaultExpiry($expires=0) | ElggMemcache | |
setNamespace($namespace="default") | ElggSharedMemoryCache | |
setVariable($variable, $value) | ElggCache |