MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / cache.rs

File cache.rs

crates/virtual-machine/src/memory/cache.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Configurable set-associative cache with true LRU replacement.
2//! Write-back / write-allocate policy for data caches.
3//! Multi-byte accesses count one stat per unique cache block, not one per byte.
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected