Closed GoogleCodeExporter closed 9 years ago
I'm not sure I follow the issue here. Are you expecting the entry to be passed
to the RemovalListener immediately after being removed from the table, i.e. no
longer accessible to queries?
Or are you expressing concern over _why_ the decision was made to only cleanup
"occasionally" on reads?
Original comment by lowas...@google.com
on 24 Feb 2014 at 6:19
After checking the example and reading source and docs again, it seems that
it's a documented behavior and changes in code I proposed wouldn't be suitable
for Guava's (Loading)Cache not-heavyweight design.
However, phrase "Specifies a listener instance that caches should notify *each
time an entry is removed* for any reason." isn't 100% accurate to me, because
notification doesn't occur *at once*, but as part of "routine described in
docs", so whole sentence should be IMO rephrased. I don't know if you feel the
same - if not, don't hesitate to close this issue.
Original comment by xaerx...@gmail.com
on 18 Apr 2014 at 11:53
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:09
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:17
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:07
Original issue reported on code.google.com by
xaerx...@gmail.com
on 24 Feb 2014 at 2:58