/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.

Primary LanguageC++

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.