In-memory implementation of SnapshotStore for testing and development. Stores snapshots as detached JSON trees in a thread-safe map.
The name of this repository.
Loads a snapshot from the in-memory map by deserializing the JSON tree.
Saves a snapshot to the in-memory map by serializing it to JSON. The atomic map computation ignores candidates older than the stored snapshot.