Type Alias FrameId

Source
pub type FrameId = usize;
Expand description

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.