Module cache

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

CacheStatistics
Cache performance statistics
FileCache
Cache for storing file analysis results and metadata
FileEntry
Cached information about a single file