clear_all_caches

Function clear_all_caches 

Source
pub fn clear_all_caches()
Expand description

Clears both scanning caches: per-thread scratch (reset_regex_caches) and unreferenced compiled regexes (gc_regex_store). Call when idle to drop dd-sds to a near-zero footprint.