Merge pull request #31912 from izeye

* pr/31912:
  Add Javadoc since to CacheOperationContext.getGeneratedKey()

Closes gh-31912
This commit is contained in:
Stéphane Nicoll
2023-12-28 11:29:30 +01:00

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;