Elgg
Version 1.9
|
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 | |
create_file($filename, $rw="rb") | ElggFileCache | protected |
createFile($filename, $rw="rb") | ElggFileCache | protected |
delete($key) | ElggFileCache | |
get_variable($variable) | ElggCache | |
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($filename) | ElggFileCache | protected |
sanitizeFilename($filename) | ElggFileCache | protected |
save($key, $data) | ElggFileCache | |
set_variable($variable, $value) | ElggCache | |
setVariable($variable, $value) | ElggCache |