remove: 删除 cache/index.md,缓存分组不再设首页
Deploy Docs / deploy (push) Successful in 6s

This commit is contained in:
2026-08-25 04:20:46 +00:00
parent 0f0ba2f87b
commit 29fe647290
2 changed files with 0 additions and 10 deletions
-9
View File
@@ -1,9 +0,0 @@
# 缓存
缓存是提升系统性能的核心手段,通过在高速存储中保留热点数据来减少访问延迟。
本分类聚焦缓存架构中的典型问题与解决方案:
- [缓存击穿](cache-breakdown.md) — 热 key 过期瞬间的并发涌入
- [缓存雪崩](cache-avalanche.md) — 大面积 key 同时失效
- [缓存穿透](cache-penetration.md) — 查不存在的数据绕过缓存
-1
View File
@@ -89,7 +89,6 @@ nav:
- 架构:
- architecture/index.md
- 缓存:
- architecture/cache/index.md
- 缓存击穿: architecture/cache/cache-breakdown.md
- 缓存雪崩: architecture/cache/cache-avalanche.md
- 缓存穿透: architecture/cache/cache-penetration.md