You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the javadoc states: The behavior of this operation is undefined for an entry that is being loaded and is otherwise not present.
I had coupled the not present part with the loading part and concluded that it was in fact specified for reloads since those entries are present. #193 mentions that this is not the case and we encountered it also.
Suggestion for a clearer javadoc: The behavior of this operation is undefined for an entry that is being loaded (including both loads and reloads) or is not present. assuming this is correct.
The text was updated successfully, but these errors were encountered:
Currently the javadoc states:
The behavior of this operation is undefined for an entry that is being loaded and is otherwise not present.
I had coupled the not present part with the loading part and concluded that it was in fact specified for reloads since those entries are present. #193 mentions that this is not the case and we encountered it also.
Suggestion for a clearer javadoc:
The behavior of this operation is undefined for an entry that is being loaded (including both loads and reloads) or is not present.
assuming this is correct.The text was updated successfully, but these errors were encountered: