Changing cache TTL when running in the MendixCloud

0
Is it possible to configure the local cache TTL when running within the MendixCloud? Currently is set to a year if my math is correct. The driving force behind this is that as I continue to develop my application, I will inevitably add a new widget, which a frequent user's local cache will not have, thus giving the "no connector" message. I know I can't avoid this entirely, but reducing the cache time to something more reasonable would be hugely beneficial.
asked
1 answers
1

As of Mendix 5.15, your app should be using a cache bust parameter to tell browsers to download the latest JS and CSS files from the server when you release a new app build.

 

See the Mendix 5.15 release details for how this should be configured. It comes by default in all default Mendix themes.

answered