A Java-based LLD cache using LRU implementation. Simple to use, ideal for caching scenarios with limited memory and customisable capacity.
design-pattern algorithm data-structure efficient junit hashmap java-8 lru-cache solid-principles object-oriented-programming lru-eviction doubly-linked-list linked-hashmap creational-design-patterns cache-implementation
-
Updated
Aug 17, 2024 - Java