pub fn store(source: &str, dest: &str, key: RenderKey, dims: Option<CachedDims>)Expand description
Insert dest (and optionally its dimensions) into the cache under
(source, key). Idempotent and best-effort: any I/O failure leaves
the cache unchanged.