loadRecord

abstract fun loadRecord(key: String, cacheHeaders: CacheHeaders): Record?

Return

The Record for key. If not present return null.

Parameters

key

The key of the record to read.

cacheHeaders

The cache headers associated with the request which generated this record.