Clears the cache.
Removes the cached value under the specified key.
Note: deleting a cached value will not contract the size of the cache.
Item cache key to remove.
Checks the membership of a cached item at the provided key. This will not advance the checked entry to the top of the updated stack.
Cache key to look up.
Whether an item exists with the provided key.
Implements a Least-Recently Used cache based on a
Map
.Example