pub fn output_blob_path( cache_root: &Path, key: &CacheKey, content_hash: &[u8; 32], ) -> PathBuf
Path to a single output blob, keyed by its content hash (CACHE-013).
CACHE-013