46 public function delete(
$key) {
save($key, $data, $ttl=null)
Saves a name and value to the cache.
clear()
Clears the entire cache (does not work)
A "Null" version of ElggMemcache for use on sites without memcache setup.
load($key, $offset=0, $limit=null)
Retrieves data.