InMemoryPersistencyStorageProvider
class InMemoryPersistencyStorageProvider(persistenceId: String) : PersistencyStorageProvider(source)
In-memory implementation of PersistencyStorageProvider. This provider stores snapshots in a mutable map.