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:
When I go to Cache Management, "configuration" type cache is invalidated.
Its happening very often. Please Help.
Simply disable cache if you are running Magento in development mode.
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