pub fn cache_key(source: &str, config_bits: u64, tier: u8) -> String
(compiler, source, config, tier) → a stable hex key. FNV-1a over the compiler stamp, the source bytes, the config bitset, and the tier.
(compiler, source, config, tier)