Click or drag to resize

InvocableCacheHelperEvaluateEntry Method (IFilter, Object, Object)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static bool EvaluateEntry(
	IFilter filter,
	Object key,
	Object value
)

Parameters

filter
Type: Tangosol.UtilIFilter
The filter to evaluate against.
key
Type: SystemObject
The key for the entry.
value
Type: SystemObject
The value for the entry.

Return Value

Type: Boolean
true if the entry passes the filter, false otherwise.
See Also