Skip to main content

save_cache

Function save_cache 

Source
pub fn save_cache(cache: &Cache) -> Result<()>
Expand description

Written the same way skill::save_state writes: temp file plus rename, so two bb processes racing cannot leave a truncated file that then silently disables the check.