Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

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