win32inet.SetUrlCacheEntryGroup

SetUrlCacheEntryGroup(UrlName, Flags, GroupId)

Associates a cache entry with a group

Parameters

UrlName : str

Url whose cache is to be added to the group

Flags : int

INTERNET_CACHE_GROUP_ADD or INTERNET_CACHE_GROUP_REMOVE

GroupId : int

Id of a cache group

Comments

Accepts keyword args

Win32 API References

Search for SetUrlCacheEntryGroup at msdn, google or google groups.