Skip to content

Instantly share code, notes, and snippets.

@mmower
Created June 30, 2011 11:58
Show Gist options
  • Select an option

  • Save mmower/1056097 to your computer and use it in GitHub Desktop.

Select an option

Save mmower/1056097 to your computer and use it in GitHub Desktop.
+ (id <ASICacheDelegate>)defaultCache
{
@synchronized(self) {
return [[defaultCache retain] autorelease];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment