Click or drag to resize

InvocableCacheHelperQueryType Enumeration

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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