Caching? #400
Caching?
#400
-
|
Does this Wrapper automatically cache requests and re-use the results? If not: Is it somehow possible to do so, like with some HttpClient settings, which i can set? |
Beta Was this translation helpful? Give feedback.
Answered by
dargmuesli
May 15, 2024
Replies: 2 comments
-
|
Otherwise, I would need to go with Guava Cache, but just want to make sure, to avoid useless work |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yes, give |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dargmuesli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, give
cachea search in this repository and you quickly find what you were thinking of.