Site icon MageComp Blog

Magento 2: What is difference between Cache Clean & Cache Flush?

Magento 2 What is difference between Cache Clean & Cache Flush

Hello, Magento Folks!

You all might have heard of Magento 2 Cache clean and cache flush. But do you ever wonder what is the dissimilarity between Cache Clean and Cache Flush in Magento 2? If yes, I am here to solve it all today.

Let’s Commence!

What is Magento 2 Cache?

The process of collecting, merging, and saving the configuration of all modules is done in the cache by Magento 2. The store-specific settings which are stored in the file and database are contained by the Magento 2 cache.

In order to cleanse obsolete elements from the cache, you can clean or flush the cache which is explained beneath:

Magento 2 Cache Clean & Cache Flush

Difference Between Magento 2 Cache Clean & Cache Flush

Commands for cache clean and Cache flush

For Cache clean, run the following command:

php bin/magento cache:clean

For Cache flush, run the following command:

php bin/magento cache:flush

Cache Clean and Cache Flush from the Magento 2 Admin

Step 1: Log in to the Magento 2 Admin Panel and go to System > Cache Management.

Step 2: Then, for Cache clean, click on Flush Magento Cache. Similarly, for cache flush, click on Flush Cache Storage.

Wrap Up!

Hence, the main difference between Cache clean and cache flush in Magento 2 is that cache:clean will wipe all the enabled items which are Magento-related, and cache:flush wipes out the cache storage.

Also, take a stroll at the related blog articles which might benefit you:

Happy Cache clearing!

Exit mobile version