Aspose::Cells::Workbook::StartAccessCache method
Workbook::StartAccessCache method
Starts the session that uses caches to access data.
void Aspose::Cells::Workbook::StartAccessCache(AccessCacheOptions opts)
Parameter | Type | Description |
---|---|---|
opts | AccessCacheOptions | options of data access |
Remarks
If the cache of specified data access requires some data models in worksheet to be “read-only”, then corresponding data models in every worksheet in this workbook will be taken as “read-only” and user should not change any of them.
After finishing the access to the data, CloseAccessCache(AccessCacheOptions) should be invoked with same options to clear all caches and recover normal access mode.
See Also
- Class Vector
- Enum AccessCacheOptions
- Class Workbook
- Namespace Aspose::Cells
- Library Aspose.Cells for C++