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