Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public enum QueryType

Members

Member nameValueDescription
Values0 The cache will be queried for values.
Keys1 The cache will be queried for keys.
Entries2 The cache will be queried for ICacheEntrys.

See Also