get

abstract suspend fun get(firstKey: K1): Map<K2, V>
abstract suspend fun get(firstKey: K1, secondKey: K2): V?