M

Magento Cache

To reduce number of database lookups, Magento saves frequently used objects in cache storage. Most used cache storage are File cache, Redis and Memcached. With file cache (default) cached data is stored in var/cache directory under Magento root. Often, you may need to Flush Magento cache to clear stale data.

27 votes, 4.96 avg. rating (98% score)