Add Javadoc since to CacheOperationContext.getGeneratedKey()
See gh-31912
This commit is contained in:
parent
a155a6b3e2
commit
088be2d017
|
@ -918,6 +918,11 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
|
||||||
return this.key;
|
return this.key;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get generated key.
|
||||||
|
* @return generated key
|
||||||
|
* @since 6.1.2
|
||||||
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
protected Object getGeneratedKey() {
|
protected Object getGeneratedKey() {
|
||||||
return this.key;
|
return this.key;
|
||||||
|
|
Loading…
Reference in New Issue