open fun getAsync(key: K): AsyncResult<V?>
Retrieves data from the store.
key - The key for the content.
key
Return An AsyncResult that will complete with the stored content, or an empty optional if no content was available.