Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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: 3.6.1.0 (3.6.1.0)

Syntax

C#
public abstract void RequestEviction(
	long maximum
)

Parameters

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

Implements

IEvictionPolicy..::.RequestEviction(Int64)

See Also