Created
June 26, 2011 21:57
-
-
Save srgtuszy/1048026 to your computer and use it in GitHub Desktop.
NSURLCache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSURLCache *sharedCache = [[NSURLCache alloc] initWithMemoryCapacity:0 diskCapacity:0 diskPath:nil]; | |
[NSURLCache setSharedURLCache:sharedCache]; | |
[sharedCache release]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment