ICache

ICache class

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

The ICache type exposes the following members:

Methods

Name Description
set(key, value) Inserts a cache entry into the cache.
get_keys(filter) Returns all keys matching filter.

See Also