使用OutputCache重置PartialViewResult集

时间:2013-07-15 08:59:48

标签: c# asp.net-mvc asp.net-mvc-4

如何重置/更新/刷新ASP.NET MVC中缓存的PartialViewResult(OutputCache)?

我想通过ActionLink执行此操作。

我在ActionResult中使用了这段代码:

OutputCacheAttribute.ChildActionCache = new MemoryCache("CachedTable");

但它会重置我所有缓存的部分视图。

1 个答案:

答案 0 :(得分:0)

我从这篇文章中找到了答案:

Donut Output Caching in ASP.NET MVC