clear() public method

Clears all data from the cache.
public clear ( )
Ejemplo n.º 1
0
 /**
  */
 public function clear($lifetime)
 {
     $this->_cache->clear();
     $this->_data = $this->_loaded = $this->_slicemap = $this->_update = array();
 }