Esempio n. 1
0
 public function clearBlockCache($pageId)
 {
     if ($this->_cache) {
         $bm = new Blockmanager();
         $this->_cache->remove($bm->hashPage($pageId));
         $this->_cache->remove(Model::factory('Page')->getCacheKey(array('codes')));
     }
 }