ICache class

ICache class

Defines methods required for storing rendered document and document resources сache.

The ICache type exposes the following members:

Methods

Method Description
set Inserts a cache entry into the cache.
try_get_value Gets the entry associated with this key if present.
get_keys Returns all keys matching filter.

See Also