pub fn clear_cache( cache_dir: &Path, app_name: &str, ) -> Result<(), UpdateKitError>
Delete the cache file for the given app. Ignores “not found” errors.