Skip to main content

load

Function load 

Source
pub fn load(key: u64) -> Option<CacheEntry>
Expand description

Load a cached compile for key, validating that every recorded input still hashes identically. Returns None on any miss, mismatch, or IO error (the caller then compiles and stores).