get_element_cache

Function get_element_cache 

Source
pub fn get_element_cache(content: &str) -> ElementCache
Expand description

Get or create element cache for document content

If the mutex is poisoned, creates a fresh cache without storing it globally. This ensures the library never panics due to mutex poisoning.