Merge pull request #31912 from izeye
* pr/31912: Add Javadoc since to CacheOperationContext.getGeneratedKey() Closes gh-31912
This commit is contained in:
@@ -918,6 +918,11 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
|
||||
return this.key;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get generated key.
|
||||
* @return generated key
|
||||
* @since 6.1.2
|
||||
*/
|
||||
@Nullable
|
||||
protected Object getGeneratedKey() {
|
||||
return this.key;
|
||||
|
||||
Reference in New Issue
Block a user