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, getValue
boolean exists()
void remove()
void setValue(V value)