ClaretCache. A Swift version of a fast caching system for mobile apps.

github.com/iteatimeteam/ClaretCache

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2020
  • ✏️ docs: update deadline info
August 2019
  • Merge pull request #30 from iteatimeteam/review/Swift_Gudie_Style_Draft
  • add swift coding guide (draft version)
  • add project variable as name in travis file
July 2019
  • Merge pull request #29 from Ekulelu/develop
  • fix UIApplication宏定义问题,CACurrentTime没引头文件问题
  • import Foundation
  • fix Import UIKit 问题
  • 修改appExtension的判断方法
  • fix warning
  • 修改 CACurrentMediaTime
  • Merge remote-tracking branch 'upstream/develop' into develop
  • 修改代码,解决掉圈数太多的警告
  • 完成KVStorage编码,需要进行测试
  • 用swiftlint将格式检查了一遍,并根据大佬们提出的意见,进行修改。 swiftlint 检查去除了body length和file …
  • Merge pull request #27 from 0x1306a94/feature/memory-cache
  • 完成KVStorage的dataBase和file部分
  • 不可动态修改属性改为let修饰
  • Update pull_request_template.md
  • Merge branch 'develop' of github.com:iteatimeteam/ClaretCache into de…