Question
How can we change the Cache Method programmatically?
I have a RemoteThing and I want to change the Cache Method to "Fetch from remote every read". How can I do that? I tried with AddPropertyDefinition and I assume that it is in the remoteBindingAspects that I have to put that, but I don't know what to put in the JSON. Is it
remoteBindings: {
"cacheMethod": "Fetch from remote every read"
}
Any help is welcomed.

