Function has_llm_cache

Source
pub fn has_llm_cache() -> bool
Expand description

Check if LLM cache is enabled globally

§Returns

true if LLM cache is enabled, false otherwise

§Panics

This function will panic if init_globals() has not been called first.