Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Check the passed value to verify that it does belong in this
ContinuousQueryCache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
protected void CheckEntry( ICacheEntry entry ) |
Parameters
- entry
- Type: Tangosol.Net.Cache..::.ICacheEntry
a key/value pair to check.
Exceptions
| Exception | Condition |
|---|---|
| if the entry does not belong in this ContinuousQueryCache (based on the cache's filter). |