PYData 1.0.1

PYData 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License Custom
ReleasedLast Release Jan 2019

Maintained by Push Chen.



PYData 1.0.1

A data cache written in Objective-C

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.

Installation

pod 'PYData'

Authors

Push Chen

License

Custom