Compare cache eviction algorithms (LRU / LFU / ARC)
-
Updated
Nov 22, 2023 - Python
Compare cache eviction algorithms (LRU / LFU / ARC)
A Java-based library that implements multiple cache eviction strategies, including LRU, LFU, MRU, MFU, FIFO, and LIFO. Perfect for experimenting with in-memory caching behavior using fixed or variable-capacity caches.
Add a description, image, and links to the eviction-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the eviction-algorithms topic, visit your repo's landing page and select "manage topics."