3 writes to _noMaxAgeInCacheControl
System.Web (3)
HttpCachePolicy.cs (3)
559
_noMaxAgeInCacheControl
= false;
620
_noMaxAgeInCacheControl
= false;
1508
_noMaxAgeInCacheControl
= true;
4 references to _noMaxAgeInCacheControl
System.Web (4)
HttpCachePolicy.cs (4)
871
if (_isMaxAgeSet && !
_noMaxAgeInCacheControl
) {
875
if (_isProxyMaxAgeSet && !
_noMaxAgeInCacheControl
) {
1018
if (!
_noMaxAgeInCacheControl
)
1028
if (!
_noMaxAgeInCacheControl
)