Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Check if the entry passes the filter evaulation.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static bool EvaluateEntry(
	IFilter filter,
	ICacheEntry entry
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
The filter to evaluate against.
entry
Type: Tangosol.Net.Cache..::.ICacheEntry
An ICacheEntry to filter.

Return Value

true if the entry passes the filter, false otherwise.

See Also