set_cache_folder method

set_cache_folder(, cache)

Sets the folder for temporary files that may be used as data cache.


@staticmethod
def set_cache_folder(cache):
    ...
ParameterTypeDescription
cacheSystem.StringFolder for for temporary files that may be used as data cache.

Remarks

Cache files are used generally for some features for memory performance consideration, such as saving large data set to xls file, or using memory mode with file cache for cells model.

See Also