spring-framework/spring-aop
Sébastien Deleuze 466c8d8f23 Add Coroutines support for `@Cacheable`
This commit adds Coroutines support for `@Cacheable`.

It also refines SimpleKeyGenerator to ignore Continuation
parameters (Kotlin does not allow to have the same method
signature with both suspending and non-suspending variants)
and refines
org.springframework.aop.framework.CoroutinesUtils.awaitSingleOrNull
in order to wrap plain value to Mono.

Closes gh-31412
2023-10-15 19:25:59 +02:00
..
src Add Coroutines support for `@Cacheable` 2023-10-15 19:25:59 +02:00
spring-aop.gradle Add Coroutines support to Spring AOP 2023-08-25 11:53:18 +02:00