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).
pub fn load(key: u64) -> Option<CacheEntry>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).