MemoryCache class
Leave feedback
On this page
Represents memory caching behaviour, storing cache in memory.
Learn more
- More about caching and optimizing conversion process performance: https://docs.groupdocs.com/display/conversionnet/Caching
The MemoryCache type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the MemoryCache class. |
| Method | Description |
|---|---|
| get_keys | Returns all keys matching filter. |
| get_keys_file | |
| get_keys_string | |
| set | Inserts a cache entry into the cache. |
| set_file | |
| set_string | |
| try_get_value | Gets the entry associated with this key if present. |
| try_get_value_file | |
| try_get_value_string |
- module
groupdocs.conversion.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.