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

Constructor that passes the reference of the parent object.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public BackCacheListener(
	CompositeCache parent
)

Parameters

parent
Type: Tangosol.Net.Cache..::.CompositeCache
The reference to the instatnce of the parent class.

See Also