LRU Cache Implementation

Least Recently Used (LRU) Cache implementation using OrderedDict.

python