loadRecords
abstract fun loadRecords(keys: Collection<String>, cacheHeaders: CacheHeaders): Collection<Record>
Content copied to clipboard
Calls through to NormalizedCache.loadRecord. Implementations should override this method if the underlying storage technology can offer an optimized manner to read multiple records. There is no guarantee on the order of returned Record
Parameters
keys
The set of Record keys to read.
cacheHeaders
The cache headers associated with the request which generated this record.