Merge branch '6.1.x'

This commit is contained in:
Simon Baslé 2024-08-12 14:54:54 +02:00
commit 5e72ee36e2
1 changed files with 3 additions and 0 deletions

View File

@ -524,6 +524,9 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
(value != null ? CompletableFuture.completedFuture(unwrapCacheValue(value)) : null),
invoker, method, contexts));
}
else {
continue;
}
}
if (this.reactiveCachingHandler != null) {
Object returnValue = this.reactiveCachingHandler.findInCaches(