AFCache is an open source and free HTTP disk and in-memory cache development tool for use in iPhone/iPad and OS X apps.
AFCache can be linked as a static library or as a framework.
AFCache is used in several iPhone applications in several versions. It is constantly evolving and therefore considered beta/unstable.
What's New in This Release: [ read full changelog ]
Requests resulting in a status code >= 400 will now by default call didFailLoading: instead of didFinishLoading:
· You may change this behaviour by setting [AFCache sharedInstance].failOnStatusCodeAbove400=NO