airImageCache
An extremely simple UIImage cache manager backed by both an in-memory NSCache and file system /Caches folder.
How to use airImageCache
Installation is best managed using Carthage. Add github "airg/iOS-airImageCache" to your cartfile and run carthage install, see Carthage Installation Guide.
Documentation
Check out the documentation. All calls should also be documented in the generated Swift interface.
How it’s made
airImageCache is currently written in Swift 4 with Xcode 9.2.
Documentation is generated using Jazzy, a very useful tool for generating pretty docs.
Contributing
Before opening a pull request, be sure to run jazzy to regenerate the docs.
Reference