Click or drag to resize

DefaultConfigurableCacheFactoryInstantiateNearCache Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct an NearCache using the specified parameters.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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