public interface VolatileLoaderCache<K,V> extends AbstractVolatileCache<K,V>
defaultParallelismThreshold
Modifier and Type | Method and Description |
---|---|
V |
get(K key,
VolatileCacheLoader<? super K,? extends V> loader,
CacheHints cacheHints) |
default VolatileCache<K,V> |
withLoader(VolatileCacheLoader<K,V> loader) |
getIfPresent, invalidate, invalidateAll, invalidateIf
invalidateAll, invalidateIf
V get(K key, VolatileCacheLoader<? super K,? extends V> loader, CacheHints cacheHints) throws ExecutionException
ExecutionException
default VolatileCache<K,V> withLoader(VolatileCacheLoader<K,V> loader)
Copyright © 2015–2022 ImgLib2. All rights reserved.