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