ICache
ICache interface
Defines methods required for storing rendered document and document resources сache.
public interface ICache
Methods
Name | Description |
---|---|
GetKeys(string) | Returns all keys matching filter. |
Set(string, object) | Inserts a cache entry into the cache. |
TryGetValue(string, out object) | Gets the entry associated with this key if present. |
See Also
- namespace GroupDocs.Conversion.Caching
- assembly GroupDocs.Conversion