We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ce9a5 commit 7232e12Copy full SHA for 7232e12
README.md
@@ -1,4 +1,12 @@
1
# JCache 一个简单的缓存集成方案
2
+
3
4
+
5
+
6
+
7
+
8
+
9
+
10
## 项目由来
11
我们在开发项目中,少不了需要用到缓存,甚至是分布式缓存。我们用的最多的就是Redis,它是一个非常优秀的分布式缓存数据库。
12
@@ -14,9 +22,9 @@
14
22
15
23
## 进度
16
24
17
--[x] Redis缓存支持
18
--[ ] 其他分布式缓存支持
19
--[ ] 本机内存支持
25
+- [x] Redis缓存支持
26
+- [ ] 其他分布式缓存支持
27
+- [ ] 本机内存支持
20
28
- [x] 支持进行中...
21
29
30
## 问题
0 commit comments