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