CheckHasMatrix(Dest: ICubeInstanceDestination): Boolean;
Dest. Cube display version instance.
The CheckHasMatrix method checks and returns whether cache contains cached data for the specified cube display version.
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.
The example of use is given in description of the IInMemManager.GetMatrix method.
See also: