ICubeCacheItems

Assembly: Cubes;

Description

The ICubeCacheItems interface is used to work with the collection of cache instances.

Inheritance Hierarchy

ICubeCacheItems

Comments

Cache instances can be obtained using the ICubeCacheSaver.GetItemsFromDatabase and ICubeCacheSaver.GetItemsFromMemory methods.

Properties

  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:

Cubes Assembly Interfaces