Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 232 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 232 Bytes

LRU-Cache-simulator

The simulator is capable of implementing one/two levels of cache with LRU / FIFO / Optimal replacement policy and non-inclusive / inclusive cache eviction policy.

Please see the attached pdf for more details.