rrbrambley / JGAFImageCache

A fast reliable image cache for iOS built with AFNetworking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A fast reliable image cache for iOS built with AFNetworking.

License:MIT License