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)
70return !_pcc._cachingDisabled;
UI\PartialCachingControl.cs (1)
351if (_cachingDisabled || !RuntimeConfig.GetAppConfig().OutputCache.EnableFragmentCache) {