12 references to CacheOnly
System (12)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (9)
107
else if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
|| ctx.Policy.Level == HttpRequestCacheLevel.CacheOrNextCacheOnly)
168
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
) {
181
if (enoughFresh || ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
|| ctx.Policy.Level == HttpRequestCacheLevel.CacheIfAvailable || ctx.Policy.Level == HttpRequestCacheLevel.CacheOrNextCacheOnly)
187
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
) {
452
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
)
465
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
)
484
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
)
1288
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
|| ctx.Policy.Level == HttpRequestCacheLevel.CacheIfAvailable || ctx.Policy.Level == HttpRequestCacheLevel.CacheOrNextCacheOnly)
1497
if (ctx.Policy.Level == HttpRequestCacheLevel.
CacheOnly
&&
net\System\Net\Cache\HttpRequestCacheValidator.cs (3)
260
if (this.Policy.Level == HttpRequestCacheLevel.
CacheOnly
)
292
if (result != CacheValidationStatus.ReturnCachedResponse && this.Policy.Level == HttpRequestCacheLevel.
CacheOnly
) {
447
if (this.Policy.Level == HttpRequestCacheLevel.
CacheOnly
) {