I am using Magento ver1.6.1. I need to clear Magento cache programmatically.
Mage::app()->getCache()->clean()
I used the above code but it didn't clear the cache.
try this
Mage::app()->cleanCache();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With