Class FileCache
Leave feedback
On this page
Class that allows to work with the local on-disk cache.
public class FileCache : ICache
| Name | Description |
|---|---|
| FileCache() | Initializes new instance of FileCache class. |
| FileCache(string) | Initializes new instance of FileCache class. |
| Name | Description |
|---|---|
| GetKeys(string) | Returns all file names that contains filter in filename. |
| Set(string, object) | Serializes data to the local disk. |
| TryGetValue(string, out object) | Deserializes data associated with this key if present. |
- interface ICache
- namespace GroupDocs.Annotation.Cache
- assembly GroupDocs.Annotation
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.