Click or drag to resize

InvocableCacheHelperEvaluateOriginalEntry Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Check if the entry, in its "original" form, passes the filter evaulation.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static bool EvaluateOriginalEntry(
	IFilter filter,
	CacheEntry entry
)

Parameters

filter
Type: Tangosol.UtilIFilter
The filter to evaluate against.
entry
Type: Tangosol.Net.CacheCacheEntry
A CacheEntry whose "original" value to evaluate.

Return Value

Type: Boolean
true iff the entry has an original value and passes the filter, false otherwise.
See Also