mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Add Javadoc since to CacheOperationContext.getGeneratedKey()
See gh-31912
This commit is contained in:
committed by
Stéphane Nicoll
parent
a155a6b3e2
commit
088be2d017
+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