Y
Hacker News
new
|
ask
|
show
|
jobs
by
tbiehn
612 days ago
Interesting idea - do you handle ‘dead keys’ as well? Let’s say you optimistically re-fetch a few times, but no client re-requests?
1 comments
bnkamalesh
612 days ago
since the underlying storage is an LRU, I just ignored dead keys. Nope there's no client re-request or retries. That is left upto the "updater" function
link