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

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

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