A library useful for working with Kentico 12 MVC and Caching. Supports .Net framework 4.6.1 through 4.7.2.
Use NuGet to install Mcbeev.Kentico.CacheDoctor.
Install-Package Mcbeev.Kentico.CacheDoctor
To enable, add the following to your root web.config on the MVC Live site:
<add key="KenticoCacheDoctor:Enabled" value="true"/>
For more information, read the introduction blog post.
If you are using the Glimpse Integration Package, writing to the response is disabled since Glimpse will display the cache information for us