Package | Description |
---|---|
net.imglib2.cache | |
net.imglib2.cache.img | |
net.imglib2.cache.ref | |
net.imglib2.cache.util |
Modifier and Type | Method and Description |
---|---|
default <T> Cache<T,V> |
Cache.mapKeys(KeyBimap<T,K> keymap) |
default Cache<K,V> |
LoaderCache.withLoader(CacheLoader<K,V> loader) |
default Cache<K,V> |
RemoverCache.withRemover(CacheRemover<K,V,D> remover) |
Modifier and Type | Method and Description |
---|---|
Cache<Long,Cell<A>> |
CachedCellImg.getCache() |
Constructor and Description |
---|
CachedCellImg(CellGrid grid,
Fraction entitiesPerPixel,
Cache<Long,Cell<A>> cache,
A accessType) |
CachedCellImg(CellGrid grid,
T type,
Cache<Long,Cell<A>> cache,
A accessType) |
DiskCachedCellImg(DiskCachedCellImgFactory<T> factory,
CellGrid grid,
Fraction entitiesPerPixel,
Cache<Long,Cell<A>> cache,
IoSync iosync,
A accessType) |
Constructor and Description |
---|
WeakRefVolatileCache(Cache<K,V> backingCache,
BlockingFetchQueues<Callable<?>> fetchQueue,
CreateInvalid<? super K,? extends V> createInvalid) |
Modifier and Type | Class and Description |
---|---|
class |
CacheKeyAdapter<K,L,V,C extends Cache<L,V>> |
Modifier and Type | Class and Description |
---|---|
class |
CacheKeyAdapter<K,L,V,C extends Cache<L,V>> |
class |
LoaderCacheAsCacheAdapter<K,V>
Wraps a
LoaderCache<K,V> as a Cache<K,V> . |
class |
RemoverCacheAsCacheAdapter<K,V,D>
Wraps a
RemoverCache<K,V> as a Cache<K,V> . |
Modifier and Type | Method and Description |
---|---|
static <K,L,V> Cache<K,V> |
Caches.mapKeys(Cache<L,V> cache,
KeyBimap<K,L> keymap) |
static <K,V> Cache<K,V> |
Caches.withLoader(LoaderCache<K,V> cache,
CacheLoader<K,V> loader) |
Modifier and Type | Method and Description |
---|---|
static <K,L,V> Cache<K,V> |
Caches.mapKeys(Cache<L,V> cache,
KeyBimap<K,L> keymap) |
static <K,V> UncheckedCache<K,V> |
Caches.unchecked(Cache<K,V> cache) |
Constructor and Description |
---|
CacheAsUncheckedCacheAdapter(Cache<K,V> cache) |
Copyright © 2015–2022 ImgLib2. All rights reserved.