Skip to content

Commit

Permalink
Merge pull request #31912 from izeye
Browse files Browse the repository at this point in the history
* pr/31912:
  Add Javadoc since to CacheOperationContext.getGeneratedKey()

Closes gh-31912
  • Loading branch information
snicoll committed Dec 28, 2023
2 parents a155a6b + 088be2d commit 3c0b545
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,11 @@ protected Object generateKey(@Nullable Object result) {
return this.key;
}

/**
* Get generated key.
* @return generated key
* @since 6.1.2
*/
@Nullable
protected Object getGeneratedKey() {
return this.key;
Expand Down

0 comments on commit 3c0b545

Please sign in to comment.