load

open suspend override fun load(id: String): T?

Retrieves an entity from async file storage by its identifier.

Return

The entity if found, or null if no entity with that ID exists.

Parameters

id

The unique identifier of the entity to load.