2 writes to sendCacheControlHeaderCache
System.Web (2)
Configuration\HttpRuntimeSection.cs (2)
582sendCacheControlHeaderCache = (bool)base[_propSendCacheControlHeader]; 589sendCacheControlHeaderCache = value;
1 reference to sendCacheControlHeaderCache
System.Web (1)
Configuration\HttpRuntimeSection.cs (1)
585return sendCacheControlHeaderCache;