Package | Description |
---|---|
net.imglib2.cache | |
net.imglib2.cache.ref | |
net.imglib2.cache.util |
Modifier and Type | Method and Description |
---|---|
default <T> LoaderRemoverCache<T,V,D> |
LoaderRemoverCache.mapKeys(KeyBimap<T,K> keymap) |
Modifier and Type | Class and Description |
---|---|
class |
GuardedStrongRefLoaderRemoverCache<K,V,D>
A
LoaderRemoverCache that is backed by a cache with strong references to
values. |
class |
SoftRefLoaderRemoverCache<K,V,D>
TODO: Consider periodically calling
SoftRefLoaderRemoverCache.cleanUp() from a background
thread. |
Modifier and Type | Class and Description |
---|---|
class |
LoaderRemoverCacheKeyAdapter<K,L,V,D,C extends LoaderRemoverCache<L,V,D>> |
Modifier and Type | Class and Description |
---|---|
class |
LoaderRemoverCacheKeyAdapter<K,L,V,D,C extends LoaderRemoverCache<L,V,D>> |
Modifier and Type | Method and Description |
---|---|
static <K,L,V,D> LoaderRemoverCache<K,V,D> |
Caches.mapKeys(LoaderRemoverCache<L,V,D> cache,
KeyBimap<K,L> keymap) |
Modifier and Type | Method and Description |
---|---|
static <K,L,V,D> LoaderRemoverCache<K,V,D> |
Caches.mapKeys(LoaderRemoverCache<L,V,D> cache,
KeyBimap<K,L> keymap) |
static <K,V,D> LoaderCache<K,V> |
Caches.withRemover(LoaderRemoverCache<K,V,D> cache,
CacheRemover<K,V,D> removalListener) |
Constructor and Description |
---|
LoaderRemoverCacheAsLoaderCacheAdapter(LoaderRemoverCache<K,V,D> cache,
CacheRemover<K,V,D> remover) |
LoaderRemoverCacheAsRemoverCacheAdapter(LoaderRemoverCache<K,V,D> cache,
CacheLoader<K,V> loader) |
Copyright © 2015–2022 ImgLib2. All rights reserved.