Package org.codehaus.wadi.core.eviction

Interface Summary
Evictable API for objects that may be inspected to determine whether they should be timed out after certain period of inactivity.
Evicter An API for deciding whether or not to evict a given Evictable
 

Class Summary
AbsoluteEvicter An Evicter which evicts Evictables if they have timed out or after an absolute period of inactivity.
AbstractBestEffortEvicter  
AbstractEvicter Abstract base for Evicters.
AlwaysEvicter An Evicter which always evicts
DummyEvicter  
SimpleEvictable A very Simple impementation of Evictable
SimpleEvictableMemento  
TimeToLiveEvicter An Evicter which also evicts Evictables with less than a certain time to live remaining.
 



Copyright © 2010. All Rights Reserved.