Skip to main content

store_module

Function store_module 

Source
pub fn store_module(key: &CacheKey, artifact: &ModuleArtifact) -> Result<()>
Expand description

Persist artifact to the shared cache under key. Atomic; concurrent invocations race safely.