Page 1 of 1

Cached Data for REST services

Posted: Wed Dec 18, 2013 10:42 am
by Ricardo Roque

Hi, is it possible to store the data from a previous REST call, then use the service only to populate the page components from the data previously stored? My main goal is to speed up a bit the app execution but still use the REST services I've created to build the interface.

I know I can use "restservicename.data" to get the data, but how to use it in conjunction with an existent service to populate the components?

Many Thanks.


Cached Data for REST services

Posted: Wed Dec 18, 2013 11:02 am
by Maryna Brodina

Hello! Please take a look here http://docs.appery.io/documentation/r...


Cached Data for REST services

Posted: Wed Dec 18, 2013 12:21 pm
by Ricardo Roque

Exact! Thanks a lot.