Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
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.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public NearCache( ICache front, INamedCache back ) |
Parameters
- front
- Type: Tangosol.Net.Cache..::.ICache
ICache to put in front of the back cache.
- back
- Type: Tangosol.Net..::.INamedCache
INamedCache to put behind the front cache.