fn load_once<R: Runtime>( dirmgr: &Arc<DirMgr<R>>, state: &mut Box<dyn DirState>, attempt_id: AttemptId, changed_out: &mut bool, ) -> Result<()>
Try to update state by loading cached information from dirmgr.
state
dirmgr