pub fn read_file_cached<'a>( path: &Path, cache: Option<&'a FxHashMap<PathBuf, String>>, ) -> Option<String>