IInMemManager.CheckHasMatrix

Syntax

CheckHasMatrix(Dest: ICubeInstanceDestination): Boolean;

Parameters

Dest. Built cube display version.

Description

The CheckHasMatrix method checks and returns whether cache contains cached data for the specified option of cube display.

Comments

The method returns True, if cache contains data, and False, if the specified version of cube display is not cached. Cached data can be obtained using the GetMatrix method.

Example

The example of use is given in description of the IInMemManager.GetMatrix method.

See also:

IInMemManager