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 enum type used to pass to the method that will query cache
against one of the QueryType modes.
Namespace:
Tangosol.Net.Cache.SupportAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum QueryType |
Members
| Member name | Description | |
|---|---|---|
| Values |
The cache will be queried for values.
| |
| Keys |
The cache will be queried for keys.
| |
| Entries |
The cache will be queried for ICacheEntrys.
|