0 votes
in Magneto by
Manage Store Cache in Magneto

1 Answer

0 votes
by
$php bin/magento cache:clean [--tag]

$php bin/magento cache:flush

The difference between the above two commands is that the clean command removes only the Magento cache files or the specified particular system component cache.

However, the flush command removes all the data from var /cache and var /page_cache, related not only to the Magento system but also to its third-party libraries (such as Zend framework) and store extensions, as well as custom module cache data.

Note: You can remove the cache of a particular system component by specifying the tags such as eav and page_cache.

Related questions

0 votes
asked Nov 9, 2020 in Magneto by sharadyadav1986
0 votes
asked Nov 9, 2020 in Magneto by sharadyadav1986
...