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?
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?