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