SecureFactory.WININET_CACHE_ENTRY Enumeration
.NET Framework 3.0
This enumeration supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Contains information about an entry in the Internet cache.
Namespace: Microsoft.IEAssembly: IEHost (in iehost.dll)
| Member name | Description | |
|---|---|---|
| COOKIE_CACHE_ENTRY | Cookie cache entry. | |
| NORMAL_CACHE_ENTRY | Normal cache entry; can be deleted to recover space for new entries. | |
| SPARSE_CACHE_ENTRY | Partial response cache entry. | |
| STICKY_CACHE_ENTRY | Sticky cache entry that is exempt from scavenging. The default value set by CommitUrlCacheEntry is one day. | |
| TRACK_OFFLINE_CACHE_ENTRY | Not currently implemented. | |
| TRACK_ONLINE_CACHE_ENTRY | Not currently implemented. | |
| URLHISTORY_CACHE_ENTRY | Visited link cache entry. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: