THHybridCache 1.0.0× TestsTested ✓ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Thomas Hess.Installation Guide×Installation Guide for THHybridCacheYou want to add pod 'THHybridCache', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'THHybridCache', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try THHybridCacheSee PodspecGitHub RepoPage on CocoaPods.orgTHHybridCache 1.0.0ByThomas Heßantiraum/THHybridCacheGitHub Repo Hybrid memory and disk cache for UIImages. Caches UIImage instances in a NSCache Saves UIImage representations on disk as JPGs and PNGs Performs disk writes in a background queue Installation pod 'THHybridCache' Authors Thomas Heß License MIT