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<TEntry>(string, out TEntry) | Gets the entry associated with this key if present. |
See Also
- namespace GroupDocs.Viewer.Caching
- assembly GroupDocs.Viewer