I would like to integrate Cache Manager into an ASP.NET application. Basically, I would like the page to display what’s in the cache and allows me to delete certain items or clear the entire cache. Ideally, I would like to get as much information as possible, for example, how much time is in the cache, the number of hits, the size of the object, it is possible to see the object itself, etc. Of course, I understand that some of this information may not be available from the default caching API.
I think it would be pretty easy to implement, but I do not want to reinvent the wheel. I did a search and came across it:
http://aspalliance.com/cachemanager/Screenshots.aspx
Just wondering if there are other options that I could compare.
Greetings
source
share