info.aduna.gee.publication.servlets.util
Class ExpiringCache.TimedValue
java.lang.Object
info.aduna.gee.publication.servlets.util.ExpiringCache.TimedValue
- Enclosing class:
- ExpiringCache
public class ExpiringCache.TimedValue
- extends Object
To store the original "value" plus its "time" in a Hashtable we have to combine
these two.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
public long time
value
public Object value
ExpiringCache.TimedValue
public ExpiringCache.TimedValue(long time,
Object value)
Copyright © 1997-2008 Aduna. All Rights Reserved.