pub fn store(key: &CacheKey, chunk: &Chunk) -> Result<()>
Persist chunk to the shared cache directory under key. Atomic: a temp file is written then renamed into place. Concurrent invocations on the same key race safely.
chunk
key