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