org.codehaus.wadi.impl
Class DummyEvicter
java.lang.Object
org.codehaus.wadi.impl.AbstractEvicter
org.codehaus.wadi.impl.DummyEvicter
- All Implemented Interfaces:
- Evicter, Lifecycle
- public class DummyEvicter
- extends AbstractEvicter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyEvicter
public DummyEvicter()
evict
public void evict()
test
public boolean test(Evictable evictable,
long time,
long ttl)
setLastAccessedTime
public void setLastAccessedTime(Evictable evictable,
long oldTime,
long newTime)
setMaxInactiveInterval
public void setMaxInactiveInterval(Evictable evictable,
int oldInterval,
int newInterval)
insert
public void insert(Evictable evictable)
remove
public void remove(Evictable evictable)
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.