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

An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public interface IEvictionPolicy

Remarks

If the eviction policy needs to be aware of changes to the cache, it must implement the ICacheListener interface; if it does, it will automatically be registered to receive cache events.

See Also