Options


Set FilterOptions to select what kind of cache entries to include when you enumerate the cache. It can be a combination of one or more of the following:

COOKIE_ENTRY
Cookie cache entry.
NORMAL_ENTRY
Normal cache entry; can be deleted to recover space for new entries.
STICKY_ENTRY
Sticky cache entry; exempt from scavenging.
TRACK_OFFLINE_ENTRY
Not currently implemented.
TRACK_ONLINE_ENTRY
Not currently implemented.
URLHISTORY_ENTRY
Visited link cache entry.
 

Set SearchPattern so select a group of entries, when you enumerate the cache:

spURL: Internet cache entries

spCookie: Cookie cache entries.

spHistory: Visited link cache entries.

spAll: All entries.