load_cache_entry

Function load_cache_entry 

Source
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.