__init__ constructor
init
Initializes a new instance of the 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
- class
FileCache