aboutsummaryrefslogtreecommitdiff
path: root/src/cache.rs
blob: 26fdc1885be416639a1fada76e08b7070e276a50 (plain)
1
2
3
4
5
6
7
8
// pub struct Cache {
// }

// impl Cache {
//     pub fn new(sets: usize, ways: usize, block_size: usize) -> Cache {
        
//     }
// }