Mage_Adminhtml_Model_System_Config_Backend_Cache Class Reference

Inheritance diagram for Mage_Adminhtml_Model_System_Config_Backend_Cache:

Mage_Core_Model_Config_Data Mage_Core_Model_Abstract Varien_Object

List of all members.

Protected Member Functions

 _afterSave ()

Protected Attributes

 $_cacheTags = array()


Detailed Description

Cache cleaner backend model

Definition at line 31 of file Cache.php.


Member Function Documentation

_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     }


Member Data Documentation

$_cacheTags = array() [protected]

Definition at line 38 of file Cache.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:13 2009 for Magento by  doxygen 1.5.8