dnrajugade / guava-libraries

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

LoadingCache.refresh(key) should not bump the access time #1198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(It should of course continue to update the write time.)

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

GoogleCodeExporter commented 9 years ago
(split this out of bug 835)

Original comment by kevinb@google.com on 9 Nov 2012 at 10:19

GoogleCodeExporter commented 9 years ago
It's not clear to me -- though I'm certainly having trouble reading through the 
code -- that this actually happens, as it stands.

Certainly refreshes triggered by get() queries bump the access time, because a 
get() is indeed an access.  This is as it should be.  But I don't think that 
LoadingCache.refresh(key) calls actually end up bumping the access times either.

Original comment by wasserman.louis on 13 Nov 2012 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 12 Mar 2013 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 12 Mar 2013 at 6:44

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 1 Nov 2014 at 4:18

GoogleCodeExporter commented 9 years ago

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