Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateNearCache Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct an NearCache using the specified parameters.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual NearCache InstantiateNearCache(
	ICache cacheFront,
	INamedCache cacheBack,
	CompositeCacheStrategyType strategy
)

Parameters

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

Return Value

Type: NearCache
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