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();
 }