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
The type of eviction policy employed by the cache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum EvictionPolicyType |
Members
| Member name | Description | |
|---|---|---|
| Hybrid |
By default, the cache prunes based on a hybrid LRU+LFU
algorithm.
| |
| LRU |
The cache can prune based on a pure Least Recently Used (LRU)
algorithm.
| |
| LFU |
The cache can prune based on a pure Least Frequently Used
(LFU) algorithm.
| |
| External |
The cache can prune using an external eviction policy.
| |
| Unknown |
Uncpecified eviction policy type.
|