clear() 공개 메소드

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