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

Class Cache

opensuse-proxy-cache/src/cache.rs:232–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232pub struct Cache {
233 pri_cache: ArcDiskCache<PathBuf, Status>,
234 bloom: Mutex<Bloom<Path>>,
235
236 default_backend: Backend,
237 backends: Vec<Backend>,
238
239 pub submit_tx: Sender<CacheMeta>,
240}
241
242impl Cache {
243 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected