info.aduna.gee.publication.servlets.util
Class ExpiringCache.TimedValue

java.lang.Object
  extended by 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.


Field Summary
 long time
           
 Object value
           
 
Constructor Summary
ExpiringCache.TimedValue(long time, Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public long time

value

public Object value
Constructor Detail

ExpiringCache.TimedValue

public ExpiringCache.TimedValue(long time,
                                Object value)


Copyright © 1997-2008 Aduna. All Rights Reserved.