iOS NSCache usage - Titan Wolf
blog.titanwolf.in · saved by 1 readers
NSCache is a caching class officially provided by Apple. Its usage is very similar to that of NSMutableDictionary. In AFNetworking, it is used as a picture cache.
NSCache is a caching class officially provided by Apple. Its usage is very similar to that of NSMutableDictionary. In AFNetworking, it is used as a picture cache.