reload

abstract suspend fun <R : Data> reload(unit: StorageUnit<R>): R?

Retrieve the data represented by the given storage unit from persistent storage, storing it in the dataCache and returning it if it was found.

Return

The loaded data if it was found, null otherwise.