You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Haneke to cache http requests. My use case is to use the cache only as a fl-back in case internet is not available. In that case I show users the most recent data.
Is it possible to change the priority so it would check Internet then NSCache and DiskCache?
The text was updated successfully, but these errors were encountered:
similar question on subject. I am discovering this pod and haven't evaluate it
but does the current behavior at least try to fetch in background any update? or to force an update ?
I'm using Haneke to cache http requests. My use case is to use the cache only as a fl-back in case internet is not available. In that case I show users the most recent data.
Is it possible to change the priority so it would check Internet then NSCache and DiskCache?
The text was updated successfully, but these errors were encountered: