how to use caffeine cache when we import spring-boot-starter-data-redis #106
-
the version of bucket4j-spring-boot-starter is 0.6.1.
is there any method to solve this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
MarcGiffing
Jul 7, 2022
Replies: 1 comment
-
With the Version 0.0.7 you can set the Cache which should be used with the property
Alternativly you can set the cache to use to something invalid and provide the sync or async Cache Manager by your own:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarcGiffing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the Version 0.0.7 you can set the Cache which should be used with the property
Alternativly you can set the cache to use to something invalid and provide the sync or async Cache Manager by your own:
#90