cacher 0.1.2
cacher: ^0.1.2 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