autocomplete-cache-consistency

Status: IN

Every trie mutation (insert, increment, delete) immediately rebuilds `top_k_cache` for all ancestor nodes via `_update_caches_on_path`; caches are never stale between operations.

Source: entries/2026/06/05/search-autocomplete-search_autocomplete.md

Depended on by

JSON