Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The ContinuousQueryCache state values.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public enum CacheState

Members

Member nameValueDescription
Init0 Obsolete. The ContinousQueryCache must be configured or re-configured before it can be used.
Disconnected0 The content of the ContinousQueryCache is not fully synchronized with the underlying [clustered] cache.
Configuring1 The ContinuousQueryCache is configuring or re-configuring its listeners and content.
Configured2 The ContinousQueryCache has been configured.
Synchronized3 The ContinousQueryCache has been configured and fully synchronized.

See Also