Assembly: Cubes;
The ICubeCacheItems interface is used to work with the collection of cache instances.
ICubeCacheItems
Cache instances can be obtained using the ICubeCacheSaver.GetItemsFromDatabase and ICubeCacheSaver.GetItemsFromMemory methods.
Property name | Brief description | |
Count | The Count property returns the number of cache instances in the collection. | |
Item | The Item property returns data of cache instance with the specified index. |
See also: