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 unit calculator used by the cache.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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.
|