getAll
Returns all key-value entries currently held in the store.
Return
A snapshot map of all entries. May be empty; never null.
Throws
if the underlying storage fails to retrieve entries.
for any other storage-layer error.
CancellationException
if the calling coroutine is cancelled.