dnrajugade / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Cache.getAll fails to trigger refresh #1201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After determining which keys we already have in the cache, we could check which 
of those are already stale, and include those in the set we query.  If any of 
those don't happen to come back, perhaps we still use the stale values.

Original issue reported on code.google.com by kevinb@google.com on 9 Nov 2012 at 11:16

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 9 Nov 2012 at 11:21

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08