Skip to content

Instantly share code, notes, and snippets.

@pita5
Created October 17, 2012 17:58
Show Gist options
  • Save pita5/3907051 to your computer and use it in GitHub Desktop.
Save pita5/3907051 to your computer and use it in GitHub Desktop.
@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