load

protected abstract Optional<S> load(I id)

Loads the state from the storage by ID.

Returns Optional.empty() if there is no such object found.