ICubeCacheItem.Busy

Syntax

Busy: Boolean;

Description

The Busy property returns whether cache instance is locked for writing.

Comments

The property returns True if the current cache instance is locked for writing by some other operation, and False if the cache instance can be edited. If the cache instance is locked, values of other properties for it may return empty value.

Example

The property use is given in the example for ICubeCacheItem.SetCustomValue.

See also:

ICubeCacheItem