2 writes to enableKernelCacheForVaryByStar
System.Web (2)
Configuration\OutputCacheSection.cs (2)
167enableKernelCacheForVaryByStar = (bool)base[_propEnableKernelCacheForVaryByStar]; 174enableKernelCacheForVaryByStar = value;
1 reference to enableKernelCacheForVaryByStar
System.Web (1)
Configuration\OutputCacheSection.cs (1)
170return enableKernelCacheForVaryByStar;