Click or drag to resize

LocalCacheDEFAULT_PRUNE Field

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
By default, when the cache prunes, it reduces its entries by 25%, meaning it retains 75% (.75) of its entries.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public const double DEFAULT_PRUNE = 0.75

Field Value

Type: Double
See Also