Expand description
A 2Q cache
This cache based on the paper entitled 2Q: A Low Overhead High-Performance Buffer Management Replacement Algorithm.
Structs§
- A 2Q Cache which maps keys to values
- An iterator over the entries of a
Cache
.
Enums§
- A view into a single entry in a cache, which may either be vacant or occupied.