Click or drag to resize

ContinuousQueryCacheCheckEntry Method (ICacheEntry)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Check the passed value to verify that it does belong in this ContinuousQueryCache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected void CheckEntry(
	ICacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.CacheICacheEntry
a key/value pair to check.
Exceptions
ExceptionCondition
ArgumentException if the entry does not belong in this ContinuousQueryCache (based on the cache's filter).
See Also