我们正在使用MVC的outputcache属性,如下所示
[OutputCache(Location = System.Web.UI.OutputCacheLocation.Server, Duration = 60 * 60 * 12, VaryByParam = "staticDataTypes;customerSubscriptionId")]
这是Duration的默认值是 什么?
asp.net-mvc caching outputcache duration
asp.net-mvc ×1
caching ×1
duration ×1
outputcache ×1