You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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")]
The text was updated successfully, but these errors were encountered: