Clearing cache from command line on Magento 1

Fri, 08 November 2019

shell
php -r 'require "app/Mage.php"; Mage::app()->getCacheInstance()->flush();'