Recently I was asked for an easy way to manually delete a cache entry key, so I decided to build a simple module that could be helpful for both developers and administrators who understand how cache is used; for instance, to invalidate Content Output Cache in EPiServer.
This tool have the following:
- List all cache keys currently in use.
- Remove a key individually.
Clearing one cache over multiple computers is very easy. The following image displays all the cache entries that can be clear just by clicking on the Remove link.

Installation
The module is available for download and installation as NuGet package.
PM> Install-Package Verndale.CacheBuster
Build the solution and verify that the component was added correctly in the CMS, which is in the Admin View.
appreciate initiative and cool that building plugins for Episerver turns out to be easy-peasy, but be aware that there are many cache-related thingies out there already 🙂
https://blog.tech-fellow.net/2019/03/03/cache-manager-joins-episerver-developer-tools/
LikeLike
Sweet!
LikeLike