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