Hi
I have a bunch of static data that I want to load into the gui such as countries names, languages, etc. It would be best to load this once on the server and cache it on the server to be served up to client requests.
I realise that i can call datasource.setCacheAllData() to cache the data on the client, is there a way to tell the server side datasource to do the same thing?
Thanks
I have a bunch of static data that I want to load into the gui such as countries names, languages, etc. It would be best to load this once on the server and cache it on the server to be served up to client requests.
I realise that i can call datasource.setCacheAllData() to cache the data on the client, is there a way to tell the server side datasource to do the same thing?
Thanks
Comment