Hello, I have a use case where I'm querying an API that tells browsers not to cache its responses. As a user bounces around from page to page in my application, the browser makes a fresh request each time, even if you're hitting "back" and "forward" repeatedly. I'd like to use a cache to save the most recent, say, 5 requests. But it should be the most recent _unique_ requests; otherwise if you hit "back" and "forward" repeatedly, your cache will only contain those 2 pages and knock out any others you recently hit. Is there a way to consider the uniqueness of items in an LRU like this one? Or am I thinking about it all wrong? Thanks for your time.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by timwis and has received 0 comments.