Skip to content

Commit

Permalink
Add Javadoc since to CacheOperationContext.getGeneratedKey()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Dec 28, 2023
1 parent a155a6b commit 0253e04
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 0253e04

Please sign in to comment.