Create a volatile, in-process StorageAdapter backed by a plain
Map. All data is lost when the process exits.
Intended for testing and development only. Because there is no
persistence layer, linkToUser is a no-op and deleteOldSnapshots
prunes in-memory history without tracking a deleted-row count.
Create a volatile, in-process StorageAdapter backed by a plain
Map. All data is lost when the process exits.Intended for testing and development only. Because there is no persistence layer,
linkToUseris a no-op anddeleteOldSnapshotsprunes in-memory history without tracking a deleted-row count.