Expand description
Semantic analysis caching to avoid redundant parsing
This module provides a thread-safe cache for semantic analysis results, keyed by file path and content hash to ensure cache invalidation on changes.
Structsยง
- Cache
Stats - Cache statistics
- Semantic
Cache - Thread-safe semantic analysis cache