Function cacache::hard_link_sync

source ·
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>,
Expand description

Hard links a cache entry by key to a specified location.