Lookup Cache Services

The lookup cache is a separate caching subsystem that allows arbitrary keys to be associated with arbitrary data. This data is stored in the registry and is persistent. Note that the caches themselves live in locked memory, the registry is used as a backup store and is updated periodically as a background process - so _VCache_Lookup and _VCache_UpdateLookup can be called at event time.

Service

Description

_VCache_CloseLookupCache

Closes a look-up cache.

_VCache_CreateLookupCache

Creates/Opens a look-up cache.

_VCache_DeleteLookupCache

Deletes a look-up cache.

_VCache_Lookup

Retrieves data associated look-up key.

_VCache_UpdateLookup

Updates/Creates a key entry in a look-up cache.