2 writes to enableOutputCache
System.Web (2)
Configuration\OutputCacheSection.cs (2)
111
enableOutputCache
= (bool)base[_propEnableOutputCache];
119
enableOutputCache
= value;
1 reference to enableOutputCache
System.Web (1)
Configuration\OutputCacheSection.cs (1)
115
return
enableOutputCache
;