Created
January 19, 2016 15:19
-
-
Save abyx/eb464d1f14eb9227d09b to your computer and use it in GitHub Desktop.
This file contains 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
let URLCache = NSURLCache(memoryCapacity: 4 * 1024 * 1024, diskCapacity: 25 * 1024 * 1024, diskPath: nil) | |
NSURLCache.setSharedURLCache(URLCache) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment