pub fn put_cached(content_hash: &str, risk: &str, reason: &str) -> Result<()>Expand description
Store LLM admission result in cache.
Uses an atomic write (temp file + rename) to prevent concurrent processes from producing a partially-written / corrupt cache file.