IInMemManager.PreloadMatrix

Syntax

PreloadMatrix(Dest: ICubeInstanceDestination);

Parameters

Dest. Built cube display version.

Description

The PreloadMatrix method loads cached data of the specified option of cube display to the RAM.

Comments

Calling the PreloadMatrix method enables loading cached data to memory till its actual use. If cube contains a lot of data then loading can take a long time that is why it should be performed as required and when waiting the application under development. It is also recommended to use the method only if the RAM size is sufficient because if the required RAM size will be unavailable the previously loaded data will be replaced by the new one.

See also:

IInMemManager