public class LoaderRemoverCacheKeyAdapter<K,L,V,D,C extends LoaderRemoverCache<L,V,D>> extends AbstractCacheKeyAdapter<K,L,V,C> implements LoaderRemoverCache<K,V,D>
cache, keymap
defaultParallelismThreshold
Constructor and Description |
---|
LoaderRemoverCacheKeyAdapter(C cache,
KeyBimap<K,L> keymap) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key,
CacheLoader<? super K,? extends V> loader,
CacheRemover<? super K,V,D> remover) |
getIfPresent, invalidate, invalidateAll, invalidateIf, persist, persistAll, persistIf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mapKeys, withLoader, withRemover
getIfPresent, invalidate, invalidateAll, invalidateIf, persist, persistAll, persistIf
invalidateAll, invalidateIf
public V get(K key, CacheLoader<? super K,? extends V> loader, CacheRemover<? super K,V,D> remover) throws ExecutionException
get
in interface LoaderRemoverCache<K,V,D>
ExecutionException
Copyright © 2015–2022 ImgLib2. All rights reserved.