SecureFactory.WININET_CACHE_ENTRY Enum

Definition

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
SecureFactory.WININET_CACHE_ENTRY

Fields

COOKIE_CACHE_ENTRY 1048576

Cookie cache entry.

NORMAL_CACHE_ENTRY 1

Normal cache entry; can be deleted to recover space for new entries.

SPARSE_CACHE_ENTRY 65536

Partial response cache entry.

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.

URLHISTORY_CACHE_ENTRY 2097152

Visited link cache entry.

Applies to