public static final class LRUCache.CacheEntry<K,V> extends Object
long
getExpires()
V
getValue()
int
hit()
K
key()
void
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void setValue(V value)
public V getValue()
public int hit()
public K key()
public long getExpires()
Copyright © 2020 JBoss by Red Hat. All rights reserved.