Limited Cache
A Map which discards the oldest entry whenever an attempt is made to store more than the maximumSize elements in it.
Parameters
K
The keys of the cache.
V
The values associated with keys of the cache.
maximum Size
The maximum cache size.