1

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

我想通过 ActionLink 执行此操作。

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

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

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

4

0 回答 0