cacher 0.1.1+1
cacher: ^0.1.1+1 copied to clipboard
Implementations of common cache replacement algorithms. Includes LRU, TLRU, LFU.
example/README.md
- simple cache
- Least Frequently Used
- Least recently used
- Time aware least recently used