Ejemplo n.º 1
0
 public function clearCache()
 {
     if (is_null($this->cache)) {
         return;
     }
     $this->cache->clear($this->getCacheKey(null));
 }
Ejemplo n.º 2
0
 /** {@inheritDoc} */
 public function clear($lifetime)
 {
     $this->_cache->clear();
     $this->_data = $this->_loaded = $this->_slicemap = $this->_update = array();
 }