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