Magento 2 cache clear command

April 5, 2022 . 1 MIN READ

Reference:

https://www.mageplaza.com/kb/how-flush-enable-disable-cache.html

 

php bin/magento cache:clean

 

php bin/magento cache:flush

 

 

rm -rf var/cache/* var/view_preprocessed/* pub/static/* && php bin/magento s:s:d -f  && php bin/magento c:f

Leave a Reply

Your email address will not be published. Required fields are marked *