Created
March 10, 2012 20:08
-
-
Save shnhrrsn/2012869 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
| // 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