Skip to content

Instantly share code, notes, and snippets.

@shnhrrsn
Created March 10, 2012 20:08
Show Gist options
  • Select an option

  • Save shnhrrsn/2012869 to your computer and use it in GitHub Desktop.

Select an option

Save shnhrrsn/2012869 to your computer and use it in GitHub Desktop.
// Load an Image:
UIImage* image = [UIImage imageWithData:[[EGOCache currentCache] dataForKey:@"imageCacheKey"]];
// Store an Image:
[[EGOCache currentCache] setData:UIImagePNGRepresentation(image) forKey:@"imageCacheKey" withTimeoutInterval:604800];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment