pub fn save_cached_to<T: Serialize>( path: &Path, result: &T, root: &Path, cache_dir: &Path, ) -> bool
Like save_cached but with an explicit cache directory.
save_cached