ICubeCacheItem

Assembly: Cubes;

Description

The ICubeCacheItem interface is used to work with cache instance data.

Inheritance Hierarchy

ICubeCacheItem

Comments

The cache instance can be obtained using the ICubeCacheItems.Item property.

Properties

  Property name Brief description
CustomValue The CustomValue property returns the custom label that is set for the current cache instance.
DestinationKey The DestinationKey property returns the key of the cube display version, for which cache is saved.
Loaded The Loaded property returns whether data matrix of the current cache instance is loaded to computer RAM.
ParamValues The ParamValues property returns values of parameters, for which cache instance is saved.
SelectionSet The SelectionSet property returns the dimension selection, based on which a cache instance was created.

Methods

  Method name Brief description
Clear The Clear method clears cache instance contents.
GetCubeInstance The GetCubeInstance method returns the opened cube instance, for which cache is saved.
GetCubeInstanceDestination The GetCubeInstanceDestination method returns the opened instance of cube display version, for which cache is saved.
GetMatrix The GetMatrix method returns the matrix with data saved in the current cache instance.
LoadMatrix The LoadMatrix method loads the matrix with data saved to cache instance to the computer RAM.
SetCustomValue The SetCustomValue method sets a custom label for the current cache instance.

See also:

Cubes Assembly Interfaces