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

Namespace: GroupDocs.Conversion.Caching
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.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