pub fn write_cache(
cache_dir: &Path,
app_name: &str,
entry: &CacheEntry,
) -> Result<(), UpdateKitError>Expand description
Write a cache entry atomically (temp file + rename). Creates directories if needed.
pub fn write_cache(
cache_dir: &Path,
app_name: &str,
entry: &CacheEntry,
) -> Result<(), UpdateKitError>Write a cache entry atomically (temp file + rename). Creates directories if needed.