Is there a way to selectively refresh OutputCache entries when using VaryByCustom?

前端 未结 0 1453
忘掉有多难
忘掉有多难 2021-01-20 11:45

OutputCache is being used to cache a single action method:

[OutputCache(Duration = 300, VaryByParam = "None", VaryByCustom = "List-User-Page"

相关标签:
回答
  • 消灭零回复
提交回复
热议问题