1 type derived from WinInetCache
System (1)
net\System\Net\Cache\_SingleItemRequestCache.cs (1)
32Microsoft.Win32.WinInetCache
1 instantiation of WinInetCache
System (1)
net\System\Net\Configuration\RequestCachingSection.cs (1)
177this.defaultCache = new Microsoft.Win32.WinInetCache(this.IsPrivateCache, true, true);
3 references to WinInetCache
System (3)
net\System\Net\Cache\IERequestCache.cs (2)
1047m_Entry.MetaInfo = "\r\n"+ WinInetCache.c_SPARSE_ENTRY_HACK+"\r\n"; 1051m_Entry.MetaInfo += WinInetCache.c_SPARSE_ENTRY_HACK+"\r\n";
net\System\Net\Cache\RequestCacheEntry.cs (1)
62if (m_MaxStale == Microsoft.Win32.WinInetCache.s_MaxTimeSpanForInt32)