FileCache class
Leave feedback
On this page
Class that allows to work with the local on-disk cache.
The FileCache type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of FileCache class. |
| init | Initializes a new instance of FileCache. |
| Method | Description |
|---|---|
| get_keys | Returns all file names that contain the filter in the filename. |
| get_keys_file | |
| get_keys_string | |
| set | Serializes data to the local disk. |
| set_file | |
| set_string | |
| try_get_value | Deserializes data associated with this key if present. |
| try_get_value_file | |
| try_get_value_string |
- module
groupdocs.annotation.cache
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.