Click or drag to resize

ContinuousQueryCacheCheckEntry Method (Object, Object)

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(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
The key for the entry.
value
Type: SystemObject
The value for the entry.
Exceptions
ExceptionCondition
ArgumentException if the entry does not belong in this ContinuousQueryCache (based on the cache's filter).
See Also