/JGAFImageCache

A fast reliable image cache for iOS built with AFNetworking.

Primary LanguageObjective-CMIT LicenseMIT

JGAFImageCache (v1.0.0. Beta.)

A fast reliable image cache for iOS built with AFNetworking.

  1. Asynchronously loads from the fastest available source: NSCache, disk, or internet
  2. Creates SHA1 hash of the url to use as the key
  3. Always calls completion blocks on the main queue
  4. Automatically removes old images in the background
  5. Stays out of your way

You must include AFNetworking in your project.

$ git submodule add https://github.com/AFNetworking/AFNetworking.git