public static class LazyRemovalCache.Entry<V> extends Object
protected boolean
removable
protected long
timestamp
protected V
val
LazyRemovalCache.Entry(V val)
long
getTimestamp()
V
getVal()
boolean
isRemovable()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected final V val
protected final long timestamp
protected boolean removable
public LazyRemovalCache.Entry(V val)
public boolean isRemovable()
public long getTimestamp()
public V getVal()
public String toString()
toString
Object
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.