Skip to main content

CACHE_ENABLED_ENV

Constant CACHE_ENABLED_ENV 

Source
pub const CACHE_ENABLED_ENV: &str = "HARN_BYTECODE_CACHE";
Expand description

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.