Is it possible to disable all the cache features from AFNetworking?
I am building my own custom cache system and don't want this to take up disk space too.
Thanks, Ashley
|
Is it possible to disable all the cache features from AFNetworking? I am building my own custom cache system and don't want this to take up disk space too. Thanks, Ashley |
||||
|
|
|
Cacheing is handled application-wide by That said, unless you have a very particular reason to write your own cacheing system, I would strongly recommend against it. |
|||||||||||||
|
|
I've found on iOS 6 that requests are sometimes cached, even if the request has
|
|||
|
|