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
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 |
Returns
Type | Description |
---|---|
bool | true if the test passes, false otherwise. |