Git Product home page Git Product logo

jxtcacher's Introduction

support model archive and unarchive automatically, which means no need to write encode or decode function for model

support dictionary ->model, see in NSObject+JKCoding

support quick cache model data and save data to local disk which means,in ios mvc design pattern, model can be saved in local disk when app quit,and you can get the saved data quickly form local disk

说明

  1. 支持自动归档解档模型,只要在你的头文件模型里面引入 NSObject+JKCoding.h 头文件

支持将NSDictionary 转化成模型,只要在你的头文件模型里面引入 NSObject+JKCoding.h 头文件,效率高于MJExtension

支持模型的快速缓存。不管是UITableview的datasource还是其他页面的数据,引入JXTCacher.h文件后 可以通过 uid+key将相关数据缓存到内存和本地,并可以快速存取

jxtcacher's People

Contributors

jakill1997 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dogtwochen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.