Expand description
Caching layer for grep file search results to avoid redundant searches
This module provides a cache for search results, keyed by search parameters to eliminate duplicate searches for identical patterns and paths.
Uses UnifiedCache from crate::cache for LRU eviction, TTL, and stats.
Structsยง
- Grep
Search Cache - Thread-safe cache for search results backed by
UnifiedCache