pub type FrameId = usize;
Cache’s frame identifier type.
Conceptually, cache is assumed to be a fixed-size array of frames/slots, where each frame holds some page of data. The frame identifier is an index into this array.