- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2017
11:06 AM
04-05-2017
11:06 AM
Cache invalidate
Hey Folks,
I have installed Meganto 2.1 on my windows machine. From my admin panel whenever I am doing any configuration, it is throwing me following error:
- One or more of the Cache Types are invalidated: Configuration, Page Cache. Please go to Cache Management and refresh cache types.
When I go to Cache Management, "configuration" type cache is invalidated.
Its happening very often. Please Help.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2017
07:54 AM
04-07-2017
07:54 AM
Re: Cache invalidate
Simply disable cache if you are running Magento in development mode.
Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post
If this response was helpful to you, consider giving kudos to this post
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2017
12:26 PM
04-13-2017
12:26 PM
Re: Cache invalidate
Previous answer is correct. You do that in admin pannel here:
Afterwards click orange button (top right) "Flush magento cache".
Or you can achieve same thing via command line:
php bin/magento cache:disable php bin/magento cache:flush