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):
...
Parameter | Type | Description |
---|---|---|
cache | System.String | Folder 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
- module
aspose.cells
- class
CellsHelper