Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
The ContinuousQueryCache state values.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum CacheState |
Members
| Member name | Description | |
|---|---|---|
| Init | Obsolete.
The ContinousQueryCache must be configured or re-configured
before it can be used.
| |
| Disconnected |
The content of the ContinousQueryCache is not fully
synchronized with the underlying [clustered] cache.
| |
| Configuring |
The ContinuousQueryCache is configuring or re-configuring its
listeners and content.
| |
| Configured |
The ContinousQueryCache has been configured.
| |
| Synchronized |
The ContinousQueryCache has been configured and fully
synchronized.
|