Пример #1
0
 public function onAfterUpdate(Db_Object $object)
 {
     if (!$this->_cache) {
         return;
     }
     parent::onAfterUpdate($object);
     $this->clearBlockCache($object);
 }
Пример #2
0
 public function onAfterUpdate(Db_Object $object)
 {
     parent::onAfterUpdate($object);
     $this->clearBlockCache($object);
 }
Пример #3
0
 public function onAfterUpdate(Db_Object $object)
 {
     parent::onAfterUpdate($object);
     $this->clearBlockCache($object->getId());
     $this->clearItemCache($object->code, $object->getId());
 }