Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixDataSourceExecutorCache interface contains properties and methods of an object that is cache of multidimensional data source.
IMatrixDataSourceExecutorCache
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.
Property name | Brief description | |
The Executor property determines an object, for which cache is created. |
Method name | Brief description | |
The Execute method checks if data is available in cache and returns output matrix of cached data. | ||
The Flush method clears cache of multidimensional data source. |
See also: