public interface MutableEntry<K,V> extends Cache.Entry<K,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
void |
remove() |
void |
setValue(V value) |
getKey, getValue, unwrapboolean exists()
void remove()
void setValue(V value)
Copyright © 2025. All rights reserved.