An open API service indexing awesome lists of open source software.

https://github.com/xusworld/dcache

Cache lib.
https://github.com/xusworld/dcache

Last synced: about 1 year ago
JSON representation

Cache lib.

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)