Type Definition mlcr::Id [] [src]

type Id = u64;

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.