QRDataCache 0.1.1

QRDataCache 0.1.1

Maintained by yangqingren, yangqingren001, yyued.



  • By
  • 杨庆人

QRDataCache

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

/**
 存储
 */
+ (BOOL)saveDataToDB:(id)model key:(NSString *)key;

/**
 读取
 */
+ (id)getDataByClass:(Class)className key:(NSString *)key;

/**
 删除数据
 */
+ (BOOL)deleteDataWithKey:(NSString *)key;

/**
 删除所有数据
 */
+ (BOOL)deleteAllData;

Installation

QRDataCache is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'QRDataCache'

Author

yangqingren, [email protected]

License

QRDataCache is available under the MIT license. See the LICENSE file for more info.