Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual ICacheListener InstantiateAddListener()

Return Value

A new ICacheListener that will add items to and update items in the ContinuousQueryCache.

See Also