tuweni / org.apache.tuweni.kv / MapDBKeyValueStore / put

put

suspend fun put(key: K, value: V): Unit (source)

Puts data into the store.

Parameters

key - The key to associate with the data, for use when retrieving.

value - The data to store.