Package etch

Class EtchStore

java.lang.Object

public class EtchStore extends ACachedStore
Class implementing on-disk memory-mapped storage of Convex data. "There are only two hard things in Computer Science: cache invalidation and naming things." - Phil Karlton Objects are keyed by cryptographic hash. That solves naming. Objects are immutable. That solves cache invalidation. Garbage collection is left as an exercise for the reader.