Expand description
File-level caching for incremental checking.
This module provides persistent caching to skip unchanged files, significantly improving performance for subsequent runs.
Re-exports§
pub use checks_cache::PerFileCache;
Modules§
- checks_
cache - Per-file cache for security and complexity checks.
Structs§
- Cache
Entry - Single file cache entry
- Cache
Stats - Statistics about cache usage
- Cached
Issue - Simplified issue for caching (without file_path since it’s the key)
- Lint
Cache - The main lint cache structure
Functions§
- file_
hash - Calculate xxHash64 of a file’s content.