AsyncLoadingCache with reactive cache loading #1524
Unanswered
jeromenicholas07
asked this question in
Q&A
Replies: 1 comment
-
It looks reasonable to me, but I haven’t used reactor very much |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can anybody please confirm if the following is the correct way to initialize AsyncLoadingCache?
I checked the other discussion threads about using an
AsyncCache
to preventcache stampede
in a reactive application, Would anAsyncLoadingCache
achieve the same results if initialized in this manner:Are there any caveats to this approach that I should be wary of?
Beta Was this translation helpful? Give feedback.
All reactions