getAll

open suspend fun getAll(): Map<Key, Value>(source)

Returns all key-value pairs in the repository as a Map. Default implementation iterates all pages using keys and get.

Return

Map of all Key to Value entries in the repository