pub fn cache_key_info(names: &[&str]) -> StringExpand description
What: Generate cache key for info operation.
Inputs:
names: Slice of package names
Output:
Stringcontaining normalized cache key
Details:
- Sorts package names for consistent keys
- Format:
"info:{sorted_names}"