pub fn cache_lookup(namespace: &str, source_hash: u64) -> Option<PathBuf>
Look up a cached binary for the given language namespace + source hash. Returns Some(path) if a valid cached binary exists.