Skip to main content

Module grep_cache

Module grep_cache 

Source
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ยง

GrepSearchCache
Thread-safe cache for search results backed by UnifiedCache