Are there any good tools to see how much data (or even better the values of that data) is in my HttpContext.Cache?
Are there any good tools to see how much data (or even better the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Isis is a control panel for ASP.NET applications that allows easy visibility into the application’s assemblies (debug or not), logging, errors, cache, session, performance counters, and more.
( You have to compile it from source. )
CacheManager although quite old – it just works.
Edit: Based on CacheManager i wrote my own implementation, where i use Jayrock.Json to visualize data values of complex types / lists as a readable json.