Show / Hide Table of Contents

Interface IEntryFilter

IEntryFilter provides an extension to IFilter for those cases in which both a key and a value may be necessary to evaluate the conditional inclusion of a particular object.

Inherited Members
IFilter.Evaluate(object)
Namespace: Tangosol.Util.Filter
Assembly: Coherence.dll
Syntax
public interface IEntryFilter : IFilter

Methods

EvaluateEntry(ICacheEntry)

Apply the test to an ICacheEntry.

Declaration
bool EvaluateEntry(ICacheEntry entry)
Parameters
Type Name Description
ICacheEntry entry

The ICacheEntry to evaluate; never null.

Returns
Type Description
bool

true if the test passes, false otherwise.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.