SecureFactory.WININET_CACHE_ENTRY Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about an entry in the Internet cache.
This API supports the product infrastructure and is not intended to be used directly from your code.
public: enum class SecureFactory::WININET_CACHE_ENTRY
public enum SecureFactory.WININET_CACHE_ENTRY
type SecureFactory.WININET_CACHE_ENTRY =
Public Enum SecureFactory.WININET_CACHE_ENTRY
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NORMAL_CACHE_ENTRY | 1 | Normal cache entry; can be deleted to recover space for new entries. |
STICKY_CACHE_ENTRY | 4 | Sticky cache entry; exempt from scavenging. |
TRACK_OFFLINE_CACHE_ENTRY | 16 | Not currently implemented. |
TRACK_ONLINE_CACHE_ENTRY | 32 | Not currently implemented. |
SPARSE_CACHE_ENTRY | 65536 | Partial response cache entry. |
COOKIE_CACHE_ENTRY | 1048576 | Cookie cache entry. |
URLHISTORY_CACHE_ENTRY | 2097152 | Visited link cache entry. |