get

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

Return

the value corresponding with the given key, or null if the key is not present or the value is expired.