A least-recently-used cache.
Protected
Return the current size of the cache.
Clear the values in the cache.
Get a value (or null) from the cache, pushing the item to the front of the cache.
Set a value in the cache, potentially evicting an old item.
A least-recently-used cache.