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