Click or drag to resize

InvocableCacheHelperEnsureListener Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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