浏览代码

Initial commit

Jiajun 12 年之前
当前提交
5bb0f68949
共有 2 个文件被更改,包括 22 次插入0 次删除
  1. 18 0
      .gitignore
  2. 4 0
      README.md

+ 18 - 0
.gitignore

@@ -0,0 +1,18 @@
+# Xcode
+.DS_Store
+build/
+*.pbxuser
+!default.pbxuser
+*.mode1v3
+!default.mode1v3
+*.mode2v3
+!default.mode2v3
+*.perspectivev3
+!default.perspectivev3
+*.xcworkspace
+!default.xcworkspace
+xcuserdata
+profile
+*.moved-aside
+DerivedData
+.idea/

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+kache
+=====
+
+iOS缓存控件,支持哈希,队列和时间池