We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In findInCaches, if the return type is a CompletableFuture but a cache get returns null, the execution falls through to the reactiveCachingHandler.
findInCaches
CompletableFuture
null
reactiveCachingHandler
It should instead continue onto the next cache in the context (if any).
continue
The text was updated successfully, but these errors were encountered:
f4a73b7
simonbasle
No branches or pull requests
In
findInCaches
, if the return type is aCompletableFuture
but a cache get returnsnull
, the execution falls through to thereactiveCachingHandler
.It should instead
continue
onto the next cache in the context (if any).The text was updated successfully, but these errors were encountered: