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),
|
(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(
|
||||||
|
|||||||
Reference in New Issue
Block a user