cache property
cache property
The cache implementation used for storing conversion results.
Definition:
@property
def cache(self):
...
@cache.setter
def cache(self, value):
...
See Also
- module
groupdocs.conversion - class
ConverterSettings - class
ICache