pub fn try_populate_cache(
source: &Utf8Path,
cache_dir: &Utf8Path,
version: &str,
)Expand description
Attempts to populate the cache after a download, logging warnings on failure.
This is a convenience wrapper that does not propagate errors, allowing the main flow to continue even if caching fails.
ยงArguments
source- Directory containing freshly downloaded binariescache_dir- Root directory of the binary cacheversion- Version string for the cache entry