How Can I Flush Or Clear Magento Cache Programmatically

How can I flush the Magento cache programmatically

You can use cleanCache method to clear Magento cache

Mage::app()->cleanCache()

or

Mage::app()->getCacheInstance()->flush(); 
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments