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

Syntax

C#
protected static ICacheListener ensureListener(
	ICacheIndex index
)

Parameters

index
Type: Tangosol.Net.Cache..::..ICacheIndex
The index.

Return Value

[Missing <returns> documentation for "M:Tangosol.Net.Cache.Support.InvocableCacheHelper.ensureListener(Tangosol.Net.Cache.ICacheIndex)"]

See Also