pub fn load(source_path: &Path, source: &str) -> LookupOutcomeExpand description
Try to load a cached chunk for source_path whose contents are
source. Returns the key alongside the (optional) chunk so callers
avoid recomputing the key on miss.
pub fn load(source_path: &Path, source: &str) -> LookupOutcomeTry to load a cached chunk for source_path whose contents are
source. Returns the key alongside the (optional) chunk so callers
avoid recomputing the key on miss.