Replies: 1 comment 4 replies
-
The method So you would do
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 👋 It's my understanding that setting a Value Cache does not disable the default in-memory cache map. Is this correct?
If so, what is the official supported way to perform caching exclusively via the Value Cache? Is it
.setCacheMap(null).setValueCache(myValueCache)
?Beta Was this translation helpful? Give feedback.
All reactions