Implementing a cache with size-based eviction using a custom linked list and HashMap in Java
Implementing a cache with time-based expiration using a custom scheduler and HashMap in Java
Implementing a cache eviction policy using a custom comparator with TreeMap and HashMap in Java
Implementing a thread-safe cache using ConcurrentHashMap and HashMap in Java
Implementing a login system using HashMap in Java