Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
IComparer implementation used to compare cache entries.

Namespace: Tangosol.Util.Comparator
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class EntryComparer : SafeComparer

Remarks

Depending on the comparison style this comparator will compare entries' values, entries' keys or, when the provided comparator is an instance of IQueryCacheComparer, the entries themselves.

Inheritance Hierarchy

System..::..Object
  Tangosol.Util.Comparator..::..SafeComparer
    Tangosol.Util.Comparator..::..EntryComparer

See Also