abstract suspend fun get(key: K): V?
Retrieves data from the store.
key - The key for the content.
key
Return The stored data, or null if no data was stored under the specified key.