Aspose::Cells::CellsHelper::SetCacheFolder method

CellsHelper::SetCacheFolder(const U16String&) method

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

static void Aspose::Cells::CellsHelper::SetCacheFolder(const U16String &cache)
ParameterTypeDescription
cacheconst U16String&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

CellsHelper::SetCacheFolder(const char16_t*) method

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

static void Aspose::Cells::CellsHelper::SetCacheFolder(const char16_t *cache)
ParameterTypeDescription
cacheconst char16_t*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