This class enables you easy creation of key/category pairs for your cache keys if you use Caching.Cache object in .NET framework in your ASP.NET application.
To use this class just add it to your project and set up categories you wish in CacheCategories class and edit the constants for global Application wide session key to keep your cache key/category pairs. Quick methods that use the cache objec in the right way are included
Questions & Comments