Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.cache
Interface OldCache.EvictionPolicy

All Superinterfaces:
ConfigurableCacheMap.EvictionPolicy
All Known Implementing Classes:
OldCache.InternalEvictionPolicy
Enclosing class:
OldCache

public static interface OldCache.EvictionPolicy
extends ConfigurableCacheMap.EvictionPolicy

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. If the eviction policy needs to be aware of changes to the cache, it must implement the MapListener interface; if it does, it will automatically be registered to receive MapEvents.


Method Summary

 

Methods inherited from interface com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
entryTouched, getName, requestEviction

 


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.