Uses an mmap'ed file to act as a shared memory interprocess cacheChanges for 1.63Add tombstone and modseq support to close the stale write-back race in cache invalidation: remove() with a modseq leaves a tombstone recording the invalidating change, set() with a modseq is a conditional store that...