15 references to RemoveFromCache
System (15)
net\System\Net\Cache\_RequestCacheProtocol.cs (3)
208
if (_ProtocolStatus == CacheValidationStatus.
RemoveFromCache
)
471
case CacheValidationStatus.
RemoveFromCache
:
579
case CacheValidationStatus.
RemoveFromCache
:
net\System\Net\Cache\_Rfc2616CacheValidators.cs (6)
312
return CacheValidationStatus.
RemoveFromCache
;
341
if (ctx.ValidationStatus == CacheValidationStatus.
RemoveFromCache
) {
342
return CacheValidationStatus.
RemoveFromCache
;
347
?CacheValidationStatus.
RemoveFromCache
1082
return CacheValidationStatus.
RemoveFromCache
;
1101
return CacheValidationStatus.
RemoveFromCache
;
net\System\Net\Cache\FtpRequestCacheValidator.cs (5)
383
if (ValidationStatus == CacheValidationStatus.
RemoveFromCache
) {
385
return CacheValidationStatus.
RemoveFromCache
;
413
return CacheValidationStatus.
RemoveFromCache
;
421
return CacheValidationStatus.
RemoveFromCache
;
445
return CacheValidationStatus.
RemoveFromCache
;
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
445
return CacheValidationStatus.
RemoveFromCache
;