cached

Function cached 

Source
pub fn cached<F>(file_name: &str, f: F) -> Result<PathBuf>
where F: Fn() -> Result<Vec<u8>>,