Effective cache solution

Hey folks,

I’m using AngularJS Cache factory to cache some JSONP requests and it is working fine, but only for the second request and beyond. Looks like that everytime that the app is closed the cache is deleted or something like that.

How can i create a persistent cache on ionicframework?

Thanks

1 Like

Perhaps consider ‘Angular-Cache’. http://jmdobry.github.io/angular-cache/guide.html

It works great for me.

3 Likes

Thanks @Calendee i’ll definitely try that out!