public interface VolatileLoaderRemoverCache<K,V,D> extends AbstractVolatileCache<K,V>
TODO: REMOVE?
defaultParallelismThreshold
Modifier and Type | Method and Description |
---|---|
V |
get(K key,
VolatileCacheLoader<? super K,? extends V> loader,
CacheRemover<? super K,V,D> remover,
CacheHints cacheHints) |
getIfPresent, invalidate, invalidateAll, invalidateIf
invalidateAll, invalidateIf
V get(K key, VolatileCacheLoader<? super K,? extends V> loader, CacheRemover<? super K,V,D> remover, CacheHints cacheHints) throws ExecutionException
ExecutionException
Copyright © 2015–2022 ImgLib2. All rights reserved.