1 write to _cachingDisabled
System.Web (1)
UI\ControlCachePolicy.cs (1)
76
_pcc.
_cachingDisabled
= !value;
2 references to _cachingDisabled
System.Web (2)
UI\ControlCachePolicy.cs (1)
70
return !_pcc.
_cachingDisabled
;
UI\PartialCachingControl.cs (1)
351
if (
_cachingDisabled
|| !RuntimeConfig.GetAppConfig().OutputCache.EnableFragmentCache) {