IMatrixDataSourceExecutorCache

Assembly: Matrix;

Description

The IMatrixDataSourceExecutorCache interface contains properties and methods of an object that is cache of multidimensional data source.

Inheritance Hierarchy

IMatrixDataSourceExecutorCache

Comments

Cache exists till multidimensional data source is opened. Data obtained by a selection that was specified on execution of the Execute method is placed into cache. On repeated extraction the Execute method checks if cache contains necessary data. In case of data absence, cache will be supplemented.

Properties

  Property name Brief description
Executor The Executor property determines an object, for which cache is created.

Methods

  Method name Brief description
Execute The Execute method checks if data is available in cache and returns output matrix of cached data.
Flush The Flush method clears cache of multidimensional data source.

See also:

Matrix Assembly Interfaces