Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
E15727-01
Construct a CompositeCache using two specified
caches:
Namespace:
Tangosol.Net.Cache- FrontCache (aka "cache", "near" or "shallow")
- BackCache (aka "actual", "real" or "deep")
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public CompositeCache( ICache front, ICache back, CompositeCacheStrategyType strategy ) |
Parameters
- front
- Type: Tangosol.Net.Cache..::.ICache
The front cache.
- back
- Type: Tangosol.Net.Cache..::.ICache
The back cache.
- strategy
- Type: Tangosol.Net.Cache..::.CompositeCacheStrategyType
Specifies the strategy used for the front caches invalidation; valid values are CompositeCacheStrategyType values.