Check if an entry, expressed as a key and value, passes the filter evaulation.

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

Syntax

C#
public static bool EvaluateEntry(
	IFilter filter,
	Object key,
	Object value
)

Parameters

filter
Type: Tangosol.Util..::..IFilter
The filter to evaluate against.
key
Type: System..::..Object
The key for the entry.
value
Type: System..::..Object
The value for the entry.

Return Value

true if the entry passes the filter, false otherwise.

See Also