Cache data in mobile app

How to cache the data in mobile app for angular application using backendless

hi

Do you use JS-SDK?
if so, take a look at this doc: https://backendless.com/docs/js/ut_putting_data_into_cache_js.html

Regards, Vlad

We need to caching the data for internal memory related to app

you can try to use caching of Backendless.Request https://github.com/Backendless/Request#caching-requests

In this how we can get the data from cache?

it will be used in Backendless.Request
If you are looking a way to cache some data locally you should use a 3rd library, it’s not related to Backendless