2 writes to sendCacheControlHeaderCache
System.Web (2)
Configuration\OutputCacheSection.cs (2)
137sendCacheControlHeaderCache = (bool)base[_propSendCacheControlHeader]; 144sendCacheControlHeaderCache = value;
1 reference to sendCacheControlHeaderCache
System.Web (1)
Configuration\OutputCacheSection.cs (1)
140return sendCacheControlHeaderCache;