lruLinkedHashMap

Creates a least recently used map using a LinkedHashMap. The map will start evicting entries once maxSize has been reached.