cacache::get
pub fn copy<P, K, Q>(cache: P, key: K, to: Q) -> Result<u64, Error> where P: AsRef<Path>, K: AsRef<str>, Q: AsRef<Path>,
Copies a cache entry by key to a specified location.