K
V
public class CacheObj<K,V> extends Object implements Serializable
protected long
accessCount
protected K
key
protected V
obj
protected
CacheObj(K key, V obj, long ttl)
getKey()
getValue()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final K key
protected final V obj
protected long accessCount
protected CacheObj(K key, V obj, long ttl)
ttl
public K getKey()
public V getValue()
public String toString()
toString
Object
Copyright © 2023. All rights reserved.