A
- access typepublic class DirtyDiskCellCache<A extends Dirty> extends DiskCellCache<A>
defaultParallelismThreshold
Constructor and Description |
---|
DirtyDiskCellCache(Path blockcache,
CellGrid grid,
CacheLoader<Long,Cell<A>> backingLoader,
AccessIo<A> accessIo,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
void |
onRemoval(Long key,
A valueData)
Called when an entry is evicted from the cache.
|
CompletableFuture<Void> |
persist(Long key,
A valueData)
TODO
|
addDeleteHook, createTempDirectory, createTempDirectory, extract, get, invalidate, invalidateAll, invalidateIf, reconstruct
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invalidateAll, invalidateIf
public void onRemoval(Long key, A valueData)
CacheRemover
public CompletableFuture<Void> persist(Long key, A valueData)
CacheRemover
Copyright © 2015–2022 ImgLib2. All rights reserved.