LRU(Least Recently Used) Cache 알고리즘 Java로 구현해보기(LinkedList, HashMap)

LRU(Least Recently Used) Cache 알고리즘 Java로 구현해보기(LinkedList, HashMap)