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

Namespace: GroupDocs.Annotation.Cache
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (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 methodTryGetValue
Gets the entry associated with this key if present.
See Also