Best way to locally store data retrieved from Backendless?

It is obviously inefficient to retrieve the same data multiple times in the same run, so I’m asking how I should store the data that I get from Backendless locally, so that I don’t have to fetch the same data again. If there is no local datastore functionality built in to Backendless yet, can someone please send me in the right direction as to how I would achieve this on my own?
Thank you

You can use Realm as local storage, if I find example I will send you it