V
public class CacheValueBean<V> extends Object
CacheValueBean(V value, long ttl)
long
getTTL()
getValue()
void
setTTL(long ttl)
setValue(V value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CacheValueBean(V value, long ttl)
value
tTL
public V getValue()
public void setValue(V value)
public long getTTL()
public void setTTL(long ttl)
public String toString()
toString
Object
Copyright © 2016. All Rights Reserved.