pub fn cache_put( cache_root: &Path, hash: &str, findings: &[LintFinding], ) -> Result<(), String>
Store a lint result in the cache.