Skip to main content

refresh_cache

Function refresh_cache 

Source
pub fn refresh_cache(
    current: &str,
    interval_hours: u64,
    timeout_secs: u64,
    cache_path: &Path,
    force: bool,
    now: f64,
) -> Option<UpdateCache>