https://github.com/xusworld/dcache
Cache lib.
https://github.com/xusworld/dcache
Last synced: about 1 year ago
JSON representation
Cache lib.
- Host: GitHub
- URL: https://github.com/xusworld/dcache
- Owner: xusworld
- Created: 2021-07-07T16:22:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T16:00:20.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T11:32:38.465Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dcache
dcache 是一个缓存淘汰算法库,包括以下几种常见的缓存淘汰算法
1. LRU (Least Recently Used)
2. LFU (Least Frequently Used)
3. FIFO (First In First Out)
4. ARC (Adaptive Replacement Cache)