pub fn hard_link_sync<P, K, Q>(cache: P, key: K, to: Q) -> Result<()>where P: AsRef<Path>, K: AsRef<str>, Q: AsRef<Path>,
Hard links a cache entry by key to a specified location.