open fun containsKeyAsync(key: K): AsyncResult<Boolean>
Returns true if the store contains the key.
key - The key for the content.
key
Return An AsyncResult that will complete with a boolean result.