-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Some pages on the site appear to have a 10 minute cache value. This causes problems in the debug or admin case because updates on other pages are not reflected on these pages.
Is this intentional due to a previous problem?
Can we remove this or a least disable for debug.
Code:
CC.UI.Webhost\Controllers\HomeController.cs(79): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "id")]
CC.UI.Webhost\Controllers\HomeController.cs(116): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "id")]
CC.UI.Webhost\Controllers\HomeController.cs(162): [OutputCache(Duration = 600, Location = OutputCacheLocation.Client, VaryByParam = "eventid")]
CC.UI.Webhost\Controllers\SpeakerController.cs(25): [OutputCache(Duration = 600, Location=OutputCacheLocation.Client, VaryByParam = "id")]