InMemoryMutationStore
The default MutationStore: an in-memory map. Mutations enqueued with a MutationCodec are still tracked (so MutationQueue.restore works within the same process, e.g. after recreating a MutationQueue), but everything is lost on process death — use this when you don't need mutations to survive a relaunch, or as a reference implementation when writing a durable one.
Functions
Link copied to clipboard
All currently persisted records, in no particular order.
Link copied to clipboard
Persists (or overwrites) record.