Click or drag to resize

NearCache Constructor (ICache, INamedCache)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a NearCache, using a backINamedCache as the complete (back) storage and frontICache as a near (front) storage using the CompositeCacheStrategyType invalidation strategy.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public NearCache(
	ICache front,
	INamedCache back
)

Parameters

front
Type: Tangosol.Net.CacheICache
ICache to put in front of the back cache.
back
Type: Tangosol.NetINamedCache
INamedCache to put behind the front cache.
See Also