The question AFNetworking : How to know if response is using cache or not ? 304 or 200 had been answered well for AFNetworking 2.x. But how do you do the same thing in 3.x?
It's very useful to know whether resources were returned from cache or from the network while debugging.
You can follow the same approach with AFNetworking3.0.
Besides that you can also implement below delegate method to your AFHTTPSessionManager subclass.