Package | Description |
---|---|
net.imglib2.cache.ref | |
net.imglib2.cache.util | |
net.imglib2.cache.volatiles |
Modifier and Type | Class and Description |
---|---|
class |
WeakRefVolatileCache<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
VolatileLoaderCacheAsVolatileCacheAdapter<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,V> VolatileCache<K,V> |
Caches.withLoader(VolatileLoaderCache<K,V> cache,
VolatileCacheLoader<K,V> loader) |
Modifier and Type | Method and Description |
---|---|
static <K,V> UncheckedVolatileCache<K,V> |
Caches.unchecked(VolatileCache<K,V> cache) |
Constructor and Description |
---|
VolatileCacheAsUncheckedVolatileCacheAdapter(VolatileCache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
default VolatileCache<K,V> |
VolatileLoaderCache.withLoader(VolatileCacheLoader<K,V> loader) |
Copyright © 2015–2022 ImgLib2. All rights reserved.