问题描述
有没有什么好的工具,看看有多少数据(或数据的甚至更好的值)是我的 HttpContext.Cache
?
Are there any good tools to see how much data (or even better the values of that data) is in my HttpContext.Cache
?
推荐答案
是对ASP的控制面板。 .NET应用程序,可以让方便地了解应用程序的组件(调试与否),日志,错误的缓存,会话,性能计数器等等。
(你必须从源代码编译。)
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.
编辑:基于CacheManager的,我写我自己的实现,在这里我使用Jayrock.Json可视化复杂类型/列表的数据值作为阅读 JSON
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.
这篇关于我怎么能看到什么在我的HttpContext.Cache的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!