Add Javadoc since to CacheOperationContext.getGeneratedKey()

See gh-31912
This commit is contained in:
Johnny Lim 2023-12-28 09:00:13 +09:00 committed by Stéphane Nicoll
parent a155a6b3e2
commit 088be2d017
1 changed files with 5 additions and 0 deletions

View File

@ -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;