51 $this->
prefix = array(
'module', $this->
module->getVar(
'dirname'));
67 foreach (
$name as $n) {
85 public function write($key, $value, $ttl = null)
87 return $this->cache->write($this->
prefix($key), $value);
99 return $this->cache->read($this->
prefix($key));
109 public function delete($key)
111 $this->cache->delete($this->
prefix($key));
130 public function cacheRead($cacheKey, $regenFunction, $ttl = null, $args = null)
132 return $this->cache->cacheRead($this->
prefix($cacheKey), $regenFunction, $ttl, $args);
143 return $this->
delete(array());
write($key, $value, $ttl=null)
cacheRead($cacheKey, $regenFunction, $ttl=null, $args=null)