1 2 3 4 5 6 7 8
// pub struct Cache { // } // impl Cache { // pub fn new(sets: usize, ways: usize, block_size: usize) -> Cache { // } // }