ICubeInstanceDestination.Cached

Syntax

Cached: Boolean;

Description

The Cached property returns whether repository database contains cache with this cube instance.

Comments

When the property values are obtained, the repository database is addressed, and cached values are checked. If there is cached data, it is extracted, and the property returns True. If there is no cached data, the property returns False.

See also:

ICubeInstanceDestination