loadAllRecords

open suspend override fun loadAllRecords(): Flow<Record>

Returns a Flow emitting all records stored in this cache.

Note: in case of chained caches, this does not return records from the next cache in the chain. See nextCache.