EasyStash
Try EasyStashEasyStash Overview
EasyStash is an easy and lightweight persistence framework in Swift. With simple abstraction over
NSCache
and FileManager
, it saves us from tedious work of saving and loading objects. There are no clever async, expiry handling or caching strategy for now, just save and load.