Browse Source

Initial commit

Jiajun 12 years ago
commit
5bb0f68949
2 changed files with 22 additions and 0 deletions
  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缓存控件,支持哈希,队列和时间池