Click or drag to resize

ContinuousQueryCacheCheckEntry Method (ICacheEntry)

.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(
	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