public interface Cache<K,V> extends AbstractCache<K,V>, CacheLoader<K,V>
defaultParallelismThreshold
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
default <T> Cache<T,V> |
mapKeys(KeyBimap<T,K> keymap) |
default UncheckedCache<K,V> |
unchecked() |
getIfPresent, invalidate, invalidateAll, invalidateIf, persist, persistAll, persistIf
invalidateAll, invalidateIf
V get(K key) throws ExecutionException
get
in interface CacheLoader<K,V>
ExecutionException
default UncheckedCache<K,V> unchecked()
Copyright © 2015–2022 ImgLib2. All rights reserved.