2025-11-18T21:19:48Z
Create an `etime` index for cache expiry; only put actual tombstones in the `dtime` index, and only put cache entries in `etime`.
Dorian Taylor
Extend Store::Digest to include a way to indicate that an entry ought to be treated as cache.
Intertwingler MVP
Mixing cache and non-cache entities in the `dtime` index will make it necessary to parse and scan each entry when it comes time to expire cache entries.
Reuse the `dtime` field and just set it to the future.
What do we do about the expiration time of the cache entries?