Skip to main content

save_cache

Function save_cache 

Source
pub fn save_cache(cache: &FlagCache) -> Result<(), RippyError>
Expand description

Save the flag cache to ~/.rippy/flag-cache.bin.

§Errors

Returns RippyError::Setup if the file cannot be written.