key to lookup
true: the item was found but expired so it was removed, false: the item was not found
a reference to the item value or null if no such item was found or it has expired so it was removed.
Out: - If expired, the returned reference is null.
Gets an item from the cache. If the item was found in the cache, its access time is updated. If the item life time has expired, it is automatically removed.
Note that, if you change the value referenced by the returned reference, the create time will not be updated.