Module semantic_cache

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

CacheStats
Cache statistics
SemanticCache
Thread-safe semantic analysis cache