MapKeyValueStore(map: MutableMap<K, V> = HashMap(), coroutineContext: CoroutineContext = Dispatchers.IO)
Open an in-memory key-value store.
coroutineContext - the kotlin coroutine context
coroutineContext
Constructor Open an in-memory key-value store.