pub async fn hard_link_hash<P, Q>( cache: P, sri: &Integrity, to: Q, ) -> Result<()>where P: AsRef<Path>, Q: AsRef<Path>,
Hard links a cache entry by hash to a specified location.