1 override of TryRetrieve
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
85internal override bool TryRetrieve(string key, out RequestCacheEntry cacheEntry, out Stream readStream)
1 reference to TryRetrieve
System (1)
net\System\Net\Cache\_RequestCacheProtocol.cs (1)
306_RequestCache.TryRetrieve(_Validator.CacheKey, out cacheEntry, out stream);