Enum ContinuousQueryCache.CacheState
The ContinuousQueryCache state values.
Namespace: Tangosol.Net.Cache
Assembly: Coherence.dll
Syntax
public enum ContinuousQueryCache.CacheState
Fields
Name | Description |
---|---|
Configured | The ContinousQueryCache has been configured. |
Configuring | The ContinuousQueryCache is configuring or re-configuring its listeners and content. |
Disconnected | The content of the ContinousQueryCache is not fully synchronized with the underlying [clustered] cache. |
Init | The ContinousQueryCache must be configured or re-configured before it can be used. |
Synchronized | The ContinousQueryCache has been configured and fully synchronized. |