25 #require_once 'Zend/Cache/Backend/Interface.php'; 28 #require_once 'Zend/Cache/Backend/ZendServer.php'; 63 if (zend_disk_cache_store($this->_options[
'namespace'] .
'::' .
$id,
65 $timeToLive) ===
false) {
66 $this->
_log(
'Store operation failed.');
80 return zend_disk_cache_fetch($this->_options[
'namespace'] .
'::' .
$id);
91 return zend_disk_cache_delete($this->_options[
'namespace'] .
'::' .
$id);
99 zend_disk_cache_clear($this->_options[
'namespace']);
_store($data, $id, $timeToLive)
__construct(array $options=array())
_log($message, $priority=4)
static throwException($msg, Exception $e=null)