Skip to main content

clear_cache

Function clear_cache 

Source
pub fn clear_cache(
    cache_dir: &Path,
    app_name: &str,
) -> Result<(), UpdateKitError>
Expand description

Delete the cache file for the given app. Ignores “not found” errors.