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.
java maven junit jmh lru-cache fifo-cache lfu-cache mru-cache cache-api eviction-policy mfu-cache lifo-cache
- Updated
Apr 23, 2025 - Java