Expand description
File hash caching for incremental checks
Architecture: Infrastructure Layer - Cache provides performance optimization without affecting domain logic
- FileCache acts as a repository for file metadata and analysis results
- Hash-based validation ensures cache coherence with minimal overhead
- Domain objects remain pure while infrastructure handles caching concerns
Structsยง
- Cache
Statistics - Cache performance statistics
- File
Cache - Cache for storing file analysis results and metadata
- File
Entry - Cached information about a single file