Protected Member Functions | |
_afterSave () | |
Protected Attributes | |
$_cacheTags = array() |
Definition at line 31 of file Cache.php.
_afterSave | ( | ) | [protected] |
Clean cache, value was changed
Reimplemented from Mage_Core_Model_Abstract.
Definition at line 44 of file Cache.php.
00045 { 00046 if ($this->isValueChanged()) { 00047 Mage::app()->cleanCache($this->_cacheTags); 00048 } 00049 }