mlcr

Type Alias Id

Source
pub type Id = u64;
Expand description

The ID of a cache block.

The ID uniquely identifies a particular cache block inhabitant. It is used in the prediction model and should thus be chosen carefully as representing the inner data (e.g. the disk address) in order to achieve least cache misses.