public interface UncheckedCache<K,V> extends AbstractCache<K,V>, CacheLoader<K,V>
defaultParallelismThreshold
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
getIfPresent, invalidate, invalidateAll, invalidateIf, persist, persistAll, persistIf
invalidateAll, invalidateIf
Copyright © 2015–2022 ImgLib2. All rights reserved.