pub fn read_cache( cache_dir: &Path, expected_hash: &str, ) -> Result<Option<SqlcxIR>>
Read cached IR. Returns None on miss (wrong hash, no file, corrupted).