Simple cache implementation on java
-
Updated
Jun 17, 2024 - Java
Simple cache implementation on java
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.
Some famous design questions and their implementation
Data structures and algorithms problems solutions
Add a description, image, and links to the lfu-cache topic page so that developers can more easily learn about it.
To associate your repository with the lfu-cache topic, visit your repo's landing page and select "manage topics."