Click or drag to resize

InvocableCacheHelperEnsureListener Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Ensure an ICacheListener for the given index. The listener will route the cache events into the corresponding ICacheIndex calls.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected static ICacheListener EnsureListener(
	ICacheIndex index
)

Parameters

index
Type: Tangosol.Net.CacheICacheIndex
The index.

Return Value

Type: ICacheListener
A listener for given index.
See Also