https://github.com/fastshift/cache_manager
Research on general cache manager
https://github.com/fastshift/cache_manager
Last synced: about 1 year ago
JSON representation
Research on general cache manager
- Host: GitHub
- URL: https://github.com/fastshift/cache_manager
- Owner: FASTSHIFT
- License: mit
- Created: 2022-03-10T05:31:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T03:20:38.000Z (about 4 years ago)
- Last Synced: 2025-02-08T21:31:25.886Z (over 1 year ago)
- Language: C
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache_manager
Research on general cache manager
## Supported cache management mode
- [x] LIFE - Ageing
- [x] FIFO - First In First Out
- [x] LFU - Less Frequently Used
- [x] LRU - Least Recently Used
- [x] RANDOM - Random removal