@FunctionalInterface public interface CacheLoader<K,V> extends Function<K,V>
| Modifier and Type | Method and Description |
|---|---|
default V |
apply(K key) |
V |
load(K key) |
default Map<K,V> |
loadAll(Set<K> keys) |
default boolean |
vetoCacheUpdate() |
Copyright © 2013–2022. All rights reserved.