Skip to main content

load

Function load 

Source
pub fn load(source_path: &Path, source: &str) -> LookupOutcome
Expand 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.