pub fn save_cache(cache: &FlagCache) -> Result<(), RippyError>
Save the flag cache to ~/.rippy/flag-cache.bin.
~/.rippy/flag-cache.bin
Returns RippyError::Setup if the file cannot be written.
RippyError::Setup