Busy: Boolean;
The Busy property returns whether cache instance is locked for writing.
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.
The property use is given in the example for ICubeCacheItem.SetCustomValue.
See also: