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

Method evict_from_recent

arc-disk-cache/src/lib.rs:101–103  ·  view source on GitHub ↗
(&mut self, k: &K)

Source from the content-addressed store, hash-verified

99 }
100
101 fn evict_from_recent(&mut self, k: &K) {
102 tracing::debug!(?k, "arc-disk evict_from_recent");
103 }
104
105 fn evict_from_frequent(&mut self, k: &K) {
106 tracing::debug!(?k, "arc-disk evict_from_frequent");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected