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 |
---|---|
V |
getVal() |
boolean |
isRemovable() |
void |
setRemovable(boolean flag) |
String |
toString() |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.