Class | Description |
---|---|
BoundedSoftRefLoaderCache<K,V> |
A cache that forwards to some other cache (usually
WeakRefLoaderCache ) and additionally keeps SoftReference s to
the N most recently accessed values. |
GuardedStrongRefLoaderCache<K,V> |
A
LoaderCache that is backed by a cache with strong references to
values. |
GuardedStrongRefLoaderRemoverCache<K,V,D> |
A
LoaderRemoverCache that is backed by a cache with strong references to
values. |
SoftRefLoaderCache<K,V> | |
SoftRefLoaderRemoverCache<K,V,D> |
TODO: Consider periodically calling
SoftRefLoaderRemoverCache.cleanUp() from a background
thread. |
WeakRefLoaderCache<K,V> | |
WeakRefVolatileCache<K,V> | |
WeakRefVolatileLoaderCache<K,V> |
Copyright © 2015–2022 ImgLib2. All rights reserved.