Package | Description |
---|---|
net.imglib2.cache.ref | |
net.imglib2.cache.util | |
net.imglib2.cache.volatiles |
Modifier and Type | Method and Description |
---|---|
V |
WeakRefVolatileLoaderCache.get(K key,
VolatileCacheLoader<? super K,? extends V> loader,
CacheHints hints) |
Modifier and Type | Method and Description |
---|---|
static <K,V> VolatileCache<K,V> |
Caches.withLoader(VolatileLoaderCache<K,V> cache,
VolatileCacheLoader<K,V> loader) |
Constructor and Description |
---|
VolatileLoaderCacheAsVolatileCacheAdapter(VolatileLoaderCache<K,V> cache,
VolatileCacheLoader<K,V> loader) |
Modifier and Type | Method and Description |
---|---|
V |
VolatileLoaderCache.get(K key,
VolatileCacheLoader<? super K,? extends V> loader,
CacheHints cacheHints) |
V |
UncheckedVolatileLoaderCache.get(K key,
VolatileCacheLoader<? super K,? extends V> loader,
CacheHints cacheHints) |
V |
VolatileLoaderRemoverCache.get(K key,
VolatileCacheLoader<? super K,? extends V> loader,
CacheRemover<? super K,V,D> remover,
CacheHints cacheHints) |
default VolatileCache<K,V> |
VolatileLoaderCache.withLoader(VolatileCacheLoader<K,V> loader) |
Copyright © 2015–2022 ImgLib2. All rights reserved.