Checks whether an item exists in the cache and updates its access time. If the life time of the item has expired, it is removed.
key to lookup
true if item exists in cache and its life time is not yet expired.
See Implementation
Checks whether an item exists in the cache and updates its access time. If the life time of the item has expired, it is removed.