CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Yoshihiro Sawa

1pod

TwoLevelCache

Customizable two-level cache for iOS (Swift). Level 1 is memory powered by NSCache and level 2 is filesystem which uses NSCachesDirectory. All cache data are managed by OS level. Then you don't have to consider the number of objects and the usage of memory or storage.

License: MIT

  • Swift