Skip to main content

with_cache

Function with_cache 

Source
pub fn with_cache<F, R>(f: F) -> Option<R>
where F: FnOnce(&DrvCache) -> Option<R>,
Expand description

Access the global cache for a lookup.