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
The type of unit calculator used by the cache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
Syntax
| C# |
|---|
public enum UnitCalculatorType |
Members
| Member name | Description | |
|---|---|---|
| Fixed |
Specifies the default unit calculator that weighs all entries
equally as 1.
| |
| External |
Specifies a external (custom) unit calculator implementation.
| |
| Unknown |
Unspecified unit calculator.
|