Uh oh!
There was an error while loading. Please reload this page.
Replies: 1 comment 4 replies
The method So you would do |
4 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
There was an error while loading. Please reload this page.
The method So you would do |
Uh oh!
There was an error while loading. Please reload this page.
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)?All reactions