This documentation is archived and is not being maintained.
SecureFactory.WININET_CACHE_ENTRY Enumeration
Visual Studio 2008
This API 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.
Assembly: IEHost (in IEHost.dll)
| Member name | Description | |
|---|---|---|
| NORMAL_CACHE_ENTRY | Normal cache entry; can be deleted to recover space for new entries. | |
| COOKIE_CACHE_ENTRY | Cookie cache entry. | |
| URLHISTORY_CACHE_ENTRY | Visited link cache entry. | |
| TRACK_OFFLINE_CACHE_ENTRY | Not currently implemented. | |
| TRACK_ONLINE_CACHE_ENTRY | Not currently implemented. | |
| STICKY_CACHE_ENTRY | Sticky cache entry that is exempt from scavenging. The default value set by CommitUrlCacheEntry is one day. | |
| SPARSE_CACHE_ENTRY | Partial response cache entry. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: