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

Method evict_from_frequent

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

Source from the content-addressed store, hash-verified

103 }
104
105 fn evict_from_frequent(&mut self, k: &K) {
106 tracing::debug!(?k, "arc-disk evict_from_frequent");
107 }
108
109 fn p_weight(&mut self, p: u64) {
110 self.p_weight = p;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected