Open
Description
What / Why
In order to safely prune old content after storing fresh content in the cache, we need some means of knowing if the old content has now become orphaned. The fastest approach to this is reference counting.
Implementation will require
- actually implementing reference counting
- automating migration of old cache stores to deduplicate references and count them