Tag

How to Flush

Browsing

Here we going to learn about how to flush a Cache using command line in Magento 2. you can check bellow command. In Magento 2 has 12 type of cache by default. here we going to learn about 5 simple command follow all step. 1. To flush Magento 2 cache Go to Magento root directoryType:php bin/magento cache:clean and php bin/magento cache:flushFinish! Go to your Magento store and check result. 2. Go inside of your project directory using…