Created
October 17, 2012 17:58
-
-
Save pita5/3907051 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
@try | |
{ | |
[NSKeyedArchiver archiveRootObject:cache | |
toFile:cachePath]; | |
} | |
@catch (NSException *exception) | |
{ | |
} | |
@finally | |
{ | |
} | |
[[self client] URLProtocolDidFinishLoading:self]; | |
[self setConnection:nil]; | |
[self setData:nil]; | |
[self setResponse:nil]; | |
[self setCachedResponseData:nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment