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
Type of CompositeCache invalidation strategy.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public enum CompositeCacheStrategyType |
Members
| Member name | Description | |
|---|---|---|
| ListenNone |
No invalidation strategy.
| |
| ListenPresent |
Invalidation strategy that instructs the CompositeCache
to listen to the back dictionary events related only to
the items currently present in the front dictionary.
| |
| ListenAll |
Invalidation strategy that instructs the CompositeCache
to listen to all back dictionary events.
| |
| ListenAuto |
Invalidation strategy that instructs the CompositeCache
implementation to switch automatically between ListenPresent and
ListenAll strategies based on the cache statistics.
|