1 override of TryRetrieve
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
85
internal 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);