open fun getAsync(key: K): AsyncResult<Optional<V>> (source)
Returns the value that corresponds to the specified key, or an empty byte array if no such value exists.
key - The key of the value to be returned.
Return
An Optional containing the value that corresponds to the specified key, or an empty Optional if no such
value exists.