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