interprocess
interprocess copied to clipboard
Local memory only implementation
It will be nice to provide a local memory-only implementation: the same API for data stored in a bloc of local memory.
It will be really useful for unit tests.
It will be also useful when we load existing data into the local memory from some store, modify data in memory, and then save modified data in the store.
Mistaken: it seems that this feature is already supported
Please close this issue.