first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# brick-common-cache
|
||||
|
||||
缓存模块 —— 提供统一的 CacheService 抽象,屏蔽底层缓存实现。
|
||||
|
||||
## 变体
|
||||
|
||||
| 分支 | 说明 |
|
||||
|------|------|
|
||||
| `master` | 主分支 |
|
||||
| `java-caffeine` | Caffeine 本地缓存 |
|
||||
|
||||
## 依赖
|
||||
|
||||
- `brick-common-core`
|
||||
|
||||
## 使用
|
||||
|
||||
```bash
|
||||
brick add cache # 默认变体 (master)
|
||||
brick add cache:caffeine # Caffeine 本地缓存变体
|
||||
```
|
||||
Reference in New Issue
Block a user