FileCache class
FileCache class
File caching behaviour. Means that cache is stored on the file system.
Learn more
- More about caching and optimizing conversion process performance: https://docs.groupdocs.com/display/conversionnet/Caching
The FileCache type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the FileCache class. |
Methods
| Method | Description |
|---|---|
| get_keys | Returns all keys matching filter. |
| set | Inserts a cache entry into the cache. |
| try_get_value | Gets the entry associated with the given key if present. |
See Also
- module
groupdocs.conversion.caching