public interface CacheI<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
computeIfAbsent(K key,
java.util.function.Function<? super K,? extends V> mappingFunction) |
boolean |
contains(K key) |
V |
get(K key) |
java.lang.Object[] |
get(K[] keys) |
void |
put(K key,
V value) |
void |
remove(K key) |
Copyright © 2000-2026 OAshi S.à r.l. All Rights Reserved.