Friday, April 15, 2016

Magento 2 Flush Cache Using Command Line

Flush Cache Command Line Magento2
Enable the cache use this:

php bin/magento cache:enable

Disable the cache use this:

php bin/magento cache:disable

Flush the cache use this:

php bin/magento cache:flush

Clean the cache in the site:

php bin/magento cache:clean