public interface PinnableCache<K,V> extends ConcurrentMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
getAndPin(K key) |
boolean |
isPinned(Object key) |
V |
putPinned(K key,
V value) |
void |
setPinning(K key,
boolean pinned) |
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2015–2024. All rights reserved.