Skip to content

Instantly share code, notes, and snippets.

@asakin
Last active December 26, 2015 17:09
Show Gist options
  • Select an option

  • Save asakin/7184785 to your computer and use it in GitHub Desktop.

Select an option

Save asakin/7184785 to your computer and use it in GitHub Desktop.
#define DEFAULT_MEMORY_CAPACITY 512000
#define DEFAULT_DISK_CAPACITY 10000000
HRHResistantURLCache *myCache = [HRHResistantURLCache alloc];
[myCache initWithMemoryCapacity:DEFAULT_MEMORY_CAPACITY
diskCapacity:DEFAULT_DISK_CAPACITY
diskPath:@"MyCache.db"];
[NSURLCache setSharedURLCache:myCache];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment