pub const CACHE_ENABLED_ENV: &str = "HARN_BYTECODE_CACHE";
Environment override that turns the cache off entirely. Setting this to 0, false, no, or off skips both reads and writes; useful when debugging compiler changes.
0
false
no
off