first commit

This commit is contained in:
yangzhaohan
2026-06-22 15:52:26 +08:00
commit 2f552baa5f
11 changed files with 205 additions and 0 deletions
+21
View File
@@ -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 本地缓存变体
```