- Random Replacement (RR)
- First In First Out (FIFO)
- Last In First Out (LIFO)
- Least Recently Used (LRU)
- Most Recently Used (MRU)
- Least Frequently Used (LFU)
-
Notifications
You must be signed in to change notification settings - Fork 0
goamaral/cache-replacement-policies
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Implementation of some simple cache policies