IInMemManager.CheckHasMatrix

Syntax

CheckHasMatrix(Dest: ICubeInstanceDestination): Boolean;

Parameters

Dest. Cube display version instance.

Description

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

Comments

The method returns True if cache contains data, and False if the specified cube display version 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