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