CellsHelper.SetCacheFolder

CellsHelper.SetCacheFolder method

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

public static void SetCacheFolder(string cache)
ParameterTypeDescription
cacheStringFolder 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