pub(crate) fn db_path( root: &Path, profile: &str, profile_suffix: Option<&str>, variables: &BTreeMap<String, String>, ) -> PathBuf
Compute the path to the compiler cache database for a given project and profile.