/LRUCache

LRU Cache implementation using HashMap and Double linked list in java.

LRUCache

This is implementation of LRU Cache using HashMap and LinkedHashMap