IMatrixDataSourceExecutor.CreateCache

Syntax

CreateCache: IMatrixDataSourceExecutorCache;

Description

The CreateCache method creates data cache for a source.

Comments

Data cache is available till a source is opened. Execute the Execute method to cache data.

Example

The method use is given in description of the IMatrixDataSourceExecutorCache.Execute method.

See also:

IMatrixDataSourceExecutor