Clear caches individually

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.

Cache Buster

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.

2 thoughts on “Clear caches individually

Leave a comment