Merge branch '6.1.x'
This commit is contained in:
commit
5e72ee36e2
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue