mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Merge pull request #31912 from izeye
* pr/31912: Add Javadoc since to CacheOperationContext.getGeneratedKey() Closes gh-31912
This commit is contained in:
+5
@@ -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