15 references to Fresh
System (15)
net\System\Net\Cache\_RequestCacheProtocol.cs (2)
60
internal bool IsCacheFresh {get {return _Validator != null && _Validator.CacheFreshnessStatus == CacheFreshnessStatus.
Fresh
;}}
699
_IsCacheFresh = result == CacheFreshnessStatus.
Fresh
;
net\System\Net\Cache\_Rfc2616CacheValidators.cs (9)
569
return CacheFreshnessStatus.
Fresh
;
583
return CacheFreshnessStatus.
Fresh
;
607
return CacheFreshnessStatus.
Fresh
;
618
return CacheFreshnessStatus.
Fresh
;
651
return CacheFreshnessStatus.
Fresh
;
660
return CacheFreshnessStatus.
Fresh
;
926
return ctx.CacheFreshnessStatus == CacheFreshnessStatus.
Fresh
;
987
if (ctx.CacheFreshnessStatus != CacheFreshnessStatus.
Fresh
) {
1019
if (ctx.CacheFreshnessStatus != CacheFreshnessStatus.
Fresh
) {
net\System\Net\Cache\FtpRequestCacheValidator.cs (4)
148
return CacheFreshnessStatus.
Fresh
;
168
return CacheFreshnessStatus.
Fresh
;
177
return CacheFreshnessStatus.
Fresh
;
226
if (CacheFreshnessStatus == CacheFreshnessStatus.
Fresh
|| Policy.Level == RequestCacheLevel.CacheOnly || Policy.Level == RequestCacheLevel.CacheIfAvailable)