Skip to content

Instantly share code, notes, and snippets.

@srgtuszy
Created June 26, 2011 21:57
Show Gist options
  • Save srgtuszy/1048026 to your computer and use it in GitHub Desktop.
Save srgtuszy/1048026 to your computer and use it in GitHub Desktop.
NSURLCache
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