As I understand I'm supposed to overwrite the adapter for Backbone models so it it'll have different persistence strategy. But what if I need for my app to be an offline app with possibility to recache its data from the server?
How should I go about that offline caching in Appcelerator Titanium? I'm using the Alloy Framework.
Best Regards