-
Is there any way to define different cache configurations with different cache names ? |
Beta Was this translation helpful? Give feedback.
Answered by
ben-manes
May 30, 2023
Replies: 1 comment 3 replies
-
According to this tutorial you can use cache names. Does that work? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven’t used Spring since it’s xml days, 2.1 iirc. The Spring support was a rename of their guava support, which was then depreciated and removed. How it functions was designed and supported by them, so unfortunately you’ll need to ask Spring experts for help. I think in past discussions they recommended the Java configuration, but I don’t know enough to explain why.