Interface ICache
ICache interface
Defines methods required for storing rendered document and document resources cache.
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.Annotation.Cache
 - assembly GroupDocs.Annotation