Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-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.1.0 (3.6.1.0)
Syntax
Parameters
- front
- Type: Tangosol.Net.Cache..::.ICache
The front cache.
- back
- Type: Tangosol.Net.Cache..::.ICache
The back cache.
Remarks
If the BackCache implements the IObservableCache
interface a listener will be added to the BackCache to invalidate
FrontCache items updated [externally] in the back cache using the
ListenAuto strategy.