Skip to main content

cache_disabled_by_env

Function cache_disabled_by_env 

Source
pub fn cache_disabled_by_env() -> bool
Expand description

Returns true if BEANCOUNT_DISABLE_LOAD_CACHE is set in the environment.

Mere presence disables — value is ignored, including empty string. Matches Python beancount’s os.getenv("BEANCOUNT_DISABLE_LOAD_CACHE") is None check.