Expand description
Insight cache system for performance optimization
This module implements a BLAKE3-keyed cache for file summaries and core insights to avoid reprocessing unchanged files across multiple runs.
Structs§
- Cache
Stats - Statistics for cache performance tracking
- Cached
Insight - Cached insight data for a file
- Insight
Cache - Cache for file insights based on BLAKE3 content hashes Implements R3.4: reuse cached core insights based on BLAKE3 keys
Functions§
- calculate_
content_ hash - Calculate BLAKE3 hash of content for cache key generation