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