evermeer / EVURLCache

a NSURLCache subclass for handling all web requests that use NSURLRequest
Other
297 stars 49 forks source link

Is it available for android? #54

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, I use this for iPhone and very very thank you for this beacause i didn't found another so it's very helpfull for offline webpage store.

but i want it for android also,

If you or any one have this same offline webpage cache feature available in android than provide me. Or URL post here.

evermeer commented 6 years ago

Sorry, I only do iOS.

After a quick look I found this: https://github.com/candrews/HttpResponseCache You could use that mechanism and customize it so that it works like EVURLCache.