pub fn load_cache_entry(main_file: &Path) -> Option<CacheEntry>Expand description
Try to load a cache entry from disk.
Returns Some(CacheEntry) if cache is valid and file hashes match,
None if cache is missing, invalid, or outdated.
pub fn load_cache_entry(main_file: &Path) -> Option<CacheEntry>Try to load a cache entry from disk.
Returns Some(CacheEntry) if cache is valid and file hashes match,
None if cache is missing, invalid, or outdated.