Cache

Magento Cache

Magento uses cache at different levels in the system. These can be seen in the admin area under System -> Cache Management.

The main model responsible for Magento’s cache is the Mage_Core_Model_Cache class. You can retrieve an instance of the class using the below line of code.
The following methods can be found in …