abstract suspend fun containsKey(key: K): Boolean
Returns true if the store contains the key.
key - The key for the content.
key
Return true if an entry with the key exists in the store.