Click or drag to resize

ContinuousQueryCacheCheckEntry Method (Object, Object)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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