public static interface Cache.MutableEntry<K,V> extends Cache.Entry<K,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
void |
remove() |
void |
setValue(V value) |
getKey, getValueboolean exists()
void remove()
void setValue(V value)