- Is an in memory cache mechanism
- Just like NSMutableDictionary
- Available when iOS > 4.0
- Can be set with a limit
See Document for more information.
- Composited with in memory cache and on disk cache
- Can be distinguished by URL
- Use or Not use the cache need to be determined by yourself.
See Document
- The whole response is cached in memory or on disk
- easy to retrieve data
See Document
the disk cache on iOS is somehow disabled, use
SDURLCache
to get it backhttps://github.com/rs/SDURLCache