FileCache constructor
init
Creates new instance of FileCache class
def __init__(self, cache_path):
...
Parameter | Type | Description |
---|---|---|
cache_path | str | Relative or absolute path where document cache will be stored |
See Also
- module
groupdocs.conversion.caching
- class
FileCache