pub fn cache_key_search(query: &str) -> StringExpand description
What: Generate cache key for search operation.
Inputs:
query: Search query string
Output:
Stringcontaining normalized cache key
Details:
- Normalizes query by trimming whitespace
- Format:
"search:{query}"