4 references to NoCacheNoStore
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (2)
70
if (ctx.Policy.Level == HttpRequestCacheLevel.
NoCacheNoStore
)
80
if (ctx.Policy.Level == HttpRequestCacheLevel.Reload || ctx.Policy.Level == HttpRequestCacheLevel.
NoCacheNoStore
)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
443
if (this.Policy.Level == HttpRequestCacheLevel.
NoCacheNoStore
) {
net\System\Net\Cache\RequestCachePolicy.cs (1)
286
if (level <= HttpRequestCacheLevel.
NoCacheNoStore
)