Limited Cache
Construct a new LimitedCache with the given maximum size.
Parameters
K
The keys of the cache.
V
The values associated with keys of the cache.
maximum Size
The maximum cache size.
Construct a new LimitedCache with the given maximum size.
The keys of the cache.
The values associated with keys of the cache.
The maximum cache size.