Click or drag to resize

IQueryCacheComparer Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This interface is used by IComparer implementations that can use value extraction optimization exposed by the IQueryCacheEntry.

Namespace:  Tangosol.Util.Comparator
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IQueryCacheComparer : IComparer

The IQueryCacheComparer type exposes the following members.

Methods
  NameDescription
Public methodCompare
Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
(Inherited from IComparer.)
Public methodCompareEntries
Compare two entries based on the rules specified by IComparer.
Top
See Also