Interface | Description |
---|---|
AbstractCache<K,V> | |
Cache<K,V> | |
CacheLoader<K,V> | |
CacheRemover<K,V,D> |
Handles entries that are removed from a cache (by propagating to a
higher-level cache, writing to disk, or similar).
|
Invalidate<K> |
A collection of methods that invalidate cache entries.
|
LoaderCache<K,V> | |
LoaderRemoverCache<K,V,D> | |
RemoverCache<K,V,D> | |
UncheckedCache<K,V> | |
UncheckedLoaderCache<K,V> |
Class | Description |
---|---|
IoSync<K,V,D> |
Handle concurrent loading and saving of cache entries.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.