Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct an NearCache using the specified parameters.

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

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

A newly instantiated NearCache.

Remarks

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

See Also