I am using Magento ver1.6.1. I need to clear Magento cache programmatically.
Mage::app()->getCache()->clean()
I used the above code b
try this
Mage::app()->cleanCache();