start_access_cache method

start_access_cache

Starts the session that uses caches to access the data in this worksheet.

def start_access_cache(self, opts):
    ...
ParameterTypeDescription
optsAccessCacheOptionsoptions of data access

Remarks

After finishing the access to the data, Worksheet.close_access_cache should be invoked with same options to clear all caches and recover normal access mode.

See Also