InvocableCacheHelperEvaluateEntry Method (IFilter, Object, Object) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntaxpublic 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:
Booleantrue if the entry passes the filter,
false
otherwise.
See Also