Assembly: Cubes;
The ICubeCacheItem interface is used to work with cache instance data.
ICubeCacheItem
The cache instance can be obtained using the ICubeCacheItems.Item property.
Property name | Brief description | |
CustomValue | The CustomValue property returns the custom label that is set for the current cache instance. | |
Date | The Date property returns the date of last modification of cache instance. | |
DestinationKey | The DestinationKey property returns the key of the cube display version, for which cache is saved. | |
Hash | The Hash property returns cache instance hash code. | |
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. |
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: