get

abstract suspend fun get(key: K): V?

Get the value V for the key K if it exists, or return null.