Skip to content

Commit 5e72ee3

Browse files
committed
Merge branch '6.1.x'
2 parents b7ddf1b + f4a73b7 commit 5e72ee3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java

+3
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,9 @@ private Object findInCaches(CacheOperationContext context, Object key,
524524
(value != null ? CompletableFuture.completedFuture(unwrapCacheValue(value)) : null),
525525
invoker, method, contexts));
526526
}
527+
else {
528+
continue;
529+
}
527530
}
528531
if (this.reactiveCachingHandler != null) {
529532
Object returnValue = this.reactiveCachingHandler.findInCaches(

0 commit comments

Comments
 (0)