artifacts / AFCache

AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance
Apache License 2.0
361 stars 43 forks source link

Feature/context configuration #26

Open sgrimme opened 10 years ago

sgrimme commented 10 years ago

Refactored contextmanagement in AFCache to AFCacheManager

Getting cache instances now:

AFCache myCache = [AFCacheManager defaultCache]; or AFCache myCache = [AFCacheManager cacheForName:@"myName"];

AFCache sharedInstance is now deprecated