Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
This can be useful for cases that the cache might hold large objects that we don't want to hold for too much time, but still wish to offer it in case they were created recently.
Each time you put a new item, you could set a timeout for how long it will stay (0 or negative in case you want it to avoid setting a timeout).
Each time you get a reference to the item via the cache, it will reset the timeout for this item.