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),
|
(value != null ? CompletableFuture.completedFuture(unwrapCacheValue(value)) : null),
|
||||||
invoker, method, contexts));
|
invoker, method, contexts));
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (this.reactiveCachingHandler != null) {
|
if (this.reactiveCachingHandler != null) {
|
||||||
Object returnValue = this.reactiveCachingHandler.findInCaches(
|
Object returnValue = this.reactiveCachingHandler.findInCaches(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue