Expand description
Scan result caching for faster subsequent scans
This module provides intelligent caching of scan results with mtime-based invalidation. When a directory’s modification time hasn’t changed, we can skip rescanning it.
Structs§
- Cached
Directory - Cache entry for a scanned directory
- Cached
Project - Cache entry for a single project
- Scan
Cache - The scan cache
Functions§
- default_
cache_ path - Get the default cache file path
- load_
cache - Load the cache from disk
- save_
cache - Save the cache to disk