Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想查看正在运行的 ASP.NET 进程的缓存键和大小。有没有可用的工具来做到这一点?或者关于如何构建工具的任何指示?
我们编写了一个 Web 服务方法,仅供内部查看和刷新缓存。它也可以删除特定的缓存键。我们将它与邮件网站一起托管。您可以通过使用 asp.net 缓存 api 来开发此应用程序。
您也可以通过Monitor your ASP.NET Cache API Behavior