pub fn clear_llm_cache() -> Result<()>
Clear the global LLM cache
A Result indicating success or failure
Result
This function will panic if init_globals() has not been called first.
init_globals()