MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / CacheObjMeta

Class CacheObjMeta

arc-disk-cache/src/lib.rs:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130#[derive(Debug, Serialize, Deserialize)]
131pub struct CacheObjMeta<K, D> {
132 pub key: K,
133 path: PathBuf,
134 pub crc: u32,
135 pub userdata: D,
136}
137
138#[derive(Clone, Debug)]
139pub struct CacheObj<K, D>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected