public final class ConcurrentCache<K,V> extends Object
| Constructor and Description |
|---|
ConcurrentCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
V |
computeIfAbsent(K key,
Function<? super K,? extends V> mappingFunction) |
V |
get(K k) |
void |
put(K k,
V v) |
V |
putIfAbsent(K key,
V value) |
Copyright © 2022. All rights reserved.