Elgg
Version 2.3
|
This is the complete list of members for ElggFileCache, including all inherited members.
__construct($cache_path, $max_age=0, $max_size=0) | ElggFileCache | |
ElggCache::__construct() | ElggCache | |
__destruct() | ElggFileCache | |
__get($key) | ElggCache | |
__isset($key) | ElggCache | |
__set($key, $value) | ElggCache | |
__unset($key) | ElggCache | |
add($key, $data) | ElggCache | |
clear() | ElggFileCache | |
createFile($filename, $rw="rb") | ElggFileCache | protected |
delete($key) | ElggFileCache | |
getVariable($variable) | ElggCache | |
load($key, $offset=0, $limit=null) | ElggFileCache | |
offsetExists($key) | ElggCache | |
offsetGet($key) | ElggCache | |
offsetSet($key, $value) | ElggCache | |
offsetUnset($key) | ElggCache | |
sanitise_filename($key) | ElggFileCache | protected |
sanitizeFilename($key) | ElggFileCache | protected |
save($key, $data) | ElggFileCache | |
setVariable($variable, $value) | ElggCache |