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

Namespace: GroupDocs.Viewer.Caching
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public interface ICache

The ICache type exposes the following members.

Methods
  NameDescription
Public methodGetKeys
Returns all keys matching filter.
Public methodSet
Inserts a cache entry into the cache.
Public methodTryGetValueTEntry
Gets the entry associated with this key if present.
See Also