Cache or network only queries?

Is it possible to limit where the data will load from?

For example, if I know that something is pretty static, can I ask Backendless to only load from the network if the data doesn’t already exist in the cache?

Or the otherway around, can I get the data directly from the network without looking at the cache?

Hi James,

Do you develop for iOS, Android or JS? If iOS, we have added some caching support, take a look at the “caching-demo” project included into the SDK.

Cheers,
Mark

Hi Mark,
I develop for Android mainly, but I guess the question applies to all sdks