ICubeCacheItems.Item

Syntax

Item(Index: Integer): ICubeCacheItem;

Parameters

Index. Cache instance index.

Description

The Item property returns data of cache instance with the specified index.

Example

The property use is given in the example for the ICubeCacheSaver.GetItemsFromDatabase and ICubeCacheSaver.GetItemsFromMemory methods.

See also:

ICubeCacheItems