Ejemplo n.º 1
0
 public function onAfterUpdate(Db_Object $object)
 {
     if (!$this->_cache) {
         return;
     }
     parent::onAfterUpdate($object);
     $this->clearBlockCache($object);
 }
Ejemplo n.º 2
0
 public function onAfterUpdate(Db_Object $object)
 {
     parent::onAfterUpdate($object);
     $this->clearBlockCache($object);
 }
Ejemplo n.º 3
0
 public function onAfterUpdate(Db_Object $object)
 {
     parent::onAfterUpdate($object);
     $this->clearBlockCache($object->getId());
     $this->clearItemCache($object->code, $object->getId());
 }