fn read_cached_layout( cache_dir: Option<&Path>, address: Address, ) -> Option<(String, Arc<StorageLayout>)>
Reads the layout a previous run resolved for address, if there is one.
address