Oracle® Coherence .NET API Reference Release 3.7.1
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.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public enum QueryType

Members

Member nameDescription
Values
The cache will be queried for values.
Keys
The cache will be queried for keys.
Entries
The cache will be queried for ICacheEntrys.

See Also