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

Construct an NearCache using the specified parameters.

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

Syntax

C#
protected virtual NearCache InstantiateNearCache(
	ICache cacheFront,
	INamedCache cacheBack,
	CompositeCacheStrategyType strategy
)

Parameters

cacheFront
Type: Tangosol.Net.Cache..::.ICache
ICache to put in front of the back cache.
cacheBack
Type: Tangosol.Net..::.INamedCache
INamedCache to put behind the front cache.
strategy
Type: Tangosol.Net.Cache..::.CompositeCacheStrategyType
Specifies the strategy used for the front cache invalidation; valid values are: ListenNoneListenPresentListenAllListenAuto

Return Value

[Missing <returns> documentation for "M:Tangosol.Net.DefaultConfigurableCacheFactory.InstantiateNearCache(Tangosol.Net.Cache.ICache,Tangosol.Net.INamedCache,Tangosol.Net.Cache.CompositeCacheStrategyType)"]

Remarks

This method exposes a corresponding NearCache constructor and is provided for the express purpose of allowing its override.

See Also