IInMemManager.PreloadMatrix

Syntax

PreloadMatrix(Dest: ICubeInstanceDestination);

Parameters

Dest. Built cube display version.

Description

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

Comments

Calling the PreloadMatrix method enables the user to load cached data to RAM 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