pub fn cache_file_path() -> Option<PathBuf>Expand description
Path to the cached multiarch-hints file, or None when no cache
directory is available. The directory is not created here — the
sync/async cache wrappers call their respective create_dir_all
before writing.