标签: c# asp.net-mvc asp.net-mvc-4
如何重置/更新/刷新ASP.NET MVC中缓存的PartialViewResult(OutputCache)?
我想通过ActionLink执行此操作。
我在ActionResult中使用了这段代码:
OutputCacheAttribute.ChildActionCache = new MemoryCache("CachedTable");
但它会重置我所有缓存的部分视图。
答案 0 :(得分:0)
我从这篇文章中找到了答案:
Donut Output Caching in ASP.NET MVC