InvocableCacheHelperQueryType Enumeration |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
The enum type used to pass to the method that will query cache
against one of the QueryType modes.
Namespace:
Tangosol.Net.Cache.Support
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
Members
| Member name | Value | Description |
---|
| Values | 0 |
The cache will be queried for values.
|
| Keys | 1 |
The cache will be queried for keys.
|
| Entries | 2 |
The cache will be queried for ICacheEntrys.
|
See Also