public static class LazyRemovalCache.Entry<V> extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
removable |
protected long |
timestamp |
protected V |
val |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp() |
V |
getVal() |
boolean |
isRemovable() |
String |
toString() |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.