Interface | Description |
---|---|
AbstractUncheckedVolatileCache<K,V> | |
AbstractVolatileCache<K,V> | |
CreateInvalid<K,V> | |
UncheckedVolatileCache<K,V> | |
UncheckedVolatileLoaderCache<K,V> |
This is only here for consistency with the non-volatile cache interfaces.
|
VolatileCache<K,V> | |
VolatileCacheLoader<K,V> | |
VolatileLoaderCache<K,V> | |
VolatileLoaderRemoverCache<K,V,D> |
This is only here for consistency with the non-volatile cache interfaces.
|
VolatileRemoverCache<K,V,D> |
This is only here for consistency with the non-volatile cache interfaces.
|
Class | Description |
---|---|
CacheHints |
Hints to a cache on how to handle data requests.
|
Enum | Description |
---|---|
LoadingStrategy |
Describes how the cache processes requests for entries with missing data.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.