Skip to main content

read

Function read 

pub fn read(
    cache_root: &Path,
    repo_path: &Path,
    key: &str,
) -> Option<ChangeSetReport>
Expand description

Read the cached report at key, or None when absent or corrupt. A missing file is the ordinary miss and stays silent; a file that no longer deserializes is logged at warn and treated as a miss.