Skip to content

kaushal1014/LRU-Cache-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

LRU Cache Simulation

This project simulates a modern web browser cache using the Least Recently Used (LRU) caching policy. It stores the last N visited web pages and evicts the least-used page when the cache is full.

Features

  • Simulates browser page access
  • Implements LRU eviction policy
  • Tracks cache hit and miss statistics
  • Configurable cache size

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages