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.
pub fn clear_all_caches()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.