org.codehaus.wadi.impl
Class NeverEvicter
java.lang.Object
org.codehaus.wadi.impl.AbstractEvicter
org.codehaus.wadi.impl.AbstractBestEffortEvicter
org.codehaus.wadi.impl.NeverEvicter
- All Implemented Interfaces:
- Evicter, Lifecycle
- public class NeverEvicter
- extends AbstractBestEffortEvicter
An Evicter which never evicts (except explicitly invalidated sessions).
- Version:
- $Revision: 1139 $
- Author:
- Jules Gosnell
Constructor Summary |
NeverEvicter(int sweepInterval,
boolean strictOrdering)
|
Method Summary |
boolean |
test(Evictable evictable,
long time,
long ttl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NeverEvicter
public NeverEvicter(int sweepInterval,
boolean strictOrdering)
test
public boolean test(Evictable evictable,
long time,
long ttl)
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.