FileCache class
Leave feedback
On this page
Represents a local on-disk cache.
The FileCache type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new FileCache instance. |
| init | Initializes a new instance of the FileCache class. |
| 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 | |
| try_get_value_file | |
| try_get_value_string |
| Property | Description |
|---|---|
| cache_path | The relative or absolute path to the cache folder. |
| cache_sub_folder | The sub-folder to append to the FileCache.cache_path. |
- module
groupdocs.viewer.caching
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.