Click or drag to resize

AbstractEvictionPolicyRequestEviction Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
This method is called by the cache when the cache requires the eviction policy to evict entries.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public abstract void RequestEviction(
	long maximum
)

Parameters

maximum
Type: SystemInt64
The maximum number of units that should remain in the cache when the eviction is complete.

Implements

IEvictionPolicyRequestEviction(Int64)
See Also