public class CacheKeyAdapter<K,L,V,C extends Cache<L,V>> extends AbstractCacheKeyAdapter<K,L,V,C> implements Cache<K,V>
cache, keymap
defaultParallelismThreshold
Constructor and Description |
---|
CacheKeyAdapter(C cache,
KeyBimap<K,L> keymap) |
Modifier and Type | Method and Description |
---|---|
V |
get(K key) |
getIfPresent, invalidate, invalidateAll, invalidateIf, persist, persistAll, persistIf
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIfPresent, invalidate, invalidateAll, invalidateIf, persist, persistAll, persistIf
invalidateAll, invalidateIf
Copyright © 2015–2022 ImgLib2. All rights reserved.