clear() public method

Clears all data from the cache.
public clear ( )
示例#1
0
文件: Cache.php 项目: horde/horde
 /**
  */
 public function clear($lifetime)
 {
     $this->_cache->clear();
     $this->_data = $this->_loaded = $this->_slicemap = $this->_update = array();
 }