imglib / imglib2-cache

Cache interfaces and java.lang.ref based implementation.
Other
6 stars 4 forks source link

Disk cache refactoring #7

Open chaubold opened 5 years ago

chaubold commented 5 years ago

As discussed in Dresden in December 2018, we've been working on a N5 backend for the DiskCachedCellImg. To prepare for that, I have refactored the DiskCachedCellImgFactory and DiskCachedCellImgOptions to allow for better extensibility and reuse. Their external interface remains (nearly) unchanged.

The two main (internal) changes are:

API change:

Notes:

chaubold commented 5 years ago

CC: @gab1one @MarcelWiedenmann @dietzc @HedgehogCode