TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Custom |
ReleasedLast Release | Jan 2019 |
Maintained by Push Chen.
A data cache written in Objective-C.
I use sqlite as the persistence layer, and a LRU in-mem cache to store most used data.
Any object implements protocol NSCoding can be put into this cache.
pod 'PYData'
Push Chen