cacache::get
pub fn copy_hash<P, Q>(cache: P, sri: &Integrity, to: Q) -> Result<u64, Error> where P: AsRef<Path>, Q: AsRef<Path>,
Copies a cache entry by integrity address to a specified location.