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

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;