Hi, this is more of a general optimization question. Basically my app is very data driven and I am using ACS as my data storage solution. Is there a way to cache results return from a query on a device? The thing is my app will be doing alot of ACS calls and I need a way to optimize for performance since the data that my ui depends on is very dynamic and I don't want to hang the UI waiting for results to be return from my ACS call. Any suggestions or pointers?
↧