org.zkoss.util
Class CacheMap.Value

java.lang.Object
  extended by org.zkoss.util.CacheMap.Value
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
CacheMap

protected static final class CacheMap.Value
extends Object
implements Serializable, Cloneable

The class to hold key/value.

See Also:
Serialized Form

Method Summary
 Object clone()
           
 long getAccessTime()
          Returns the last access time.
 Object getValue()
          Returns the value.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public final Object getValue()
Returns the value.


getAccessTime

public final long getAccessTime()
Returns the last access time.


clone

public Object clone()
Overrides:
clone in class Object

toString

public final String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.