ContinuousQueryCacheInstantiateAddListener Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Instantiate an
ICacheListener for adding items to
the query, and (if there are listeners on the
ContinuousQueryCache) for dispatching inserts and updates.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected virtual ICacheListener InstantiateAddListener()
Return Value
Type:
ICacheListener
A new
ICacheListener that will add items to and update
items in the
ContinuousQueryCache.
See Also