public final class ConcurrentCache<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
ConcurrentCache(int size) |
| Modifier and Type | Method and Description |
|---|---|
V |
computeIfAbsent(K key,
java.util.function.Function<? super K,? extends V> mappingFunction) |
V |
get(K k) |
void |
put(K k,
V v) |
V |
putIfAbsent(K key,
V value) |
Copyright © 2005-2024 Potix Corporation. All Rights Reserved.