1 type derived from RequestCache
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
29internal class WinInetCache: RequestCache {
12 references to RequestCache
System (12)
net\System\Net\Cache\_CacheStreams.cs (3)
846private RequestCache m_Cache; 859RequestCache cache, 884private MetadataUpdateStream(Stream parentStream, RequestCache cache, string key, bool isStrictCacheErrors)
net\System\Net\Cache\_RequestCacheProtocol.cs (3)
44private RequestCache _RequestCache; 69internal RequestCacheProtocol(RequestCache cache, RequestCacheValidator defaultValidator) 686string[] context = fetchEntry.ToString(Logging.IsVerbose(Logging.RequestCache)).Split(RequestCache.LineSplits);
net\System\Net\Cache\RequestCacheManager.cs (3)
119private RequestCache m_RequestCache; 124internal RequestCacheBinding (RequestCache requestCache, RequestCacheValidator cacheValidator, RequestCachePolicy policy) { 130internal RequestCache Cache {
net\System\Net\Configuration\RequestCachingSection.cs (2)
246internal RequestCache DefaultCache 308RequestCache defaultCache;
net\System\Net\NetWebProxyFinder.cs (1)
28private RequestCache backupCache;