pub fn store_module(key: &CacheKey, artifact: &ModuleArtifact) -> Result<()>Expand description
Persist artifact to the shared cache under key. Atomic;
concurrent invocations race safely.
pub fn store_module(key: &CacheKey, artifact: &ModuleArtifact) -> Result<()>Persist artifact to the shared cache under key. Atomic;
concurrent invocations race safely.