Merge branch '6.1.x'
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user