Skip to content

Instantly share code, notes, and snippets.

@jyliang
Created April 12, 2014 00:29
Show Gist options
  • Select an option

  • Save jyliang/10511806 to your computer and use it in GitHub Desktop.

Select an option

Save jyliang/10511806 to your computer and use it in GitHub Desktop.
static inline
static inline NSString * ImageCacheKeyFromURLRequest(NSURLRequest *request) {
return [[request URL] absoluteString];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment