refactor: 缓存击穿/雪崩/穿透拆为独立文章,优化层级结构
Deploy Docs / deploy (push) Successful in 7s

This commit is contained in:
2026-08-25 04:20:07 +00:00
parent c13551d307
commit 0f0ba2f87b
6 changed files with 689 additions and 496 deletions
+3 -1
View File
@@ -90,7 +90,9 @@ nav:
- architecture/index.md
- 缓存:
- architecture/cache/index.md
- 缓存击穿雪崩穿透: architecture/cache/cache-breakdown-avalanche-penetration.md
- 缓存击穿: architecture/cache/cache-breakdown.md
- 缓存雪崩: architecture/cache/cache-avalanche.md
- 缓存穿透: architecture/cache/cache-penetration.md
- 算法:
- algorithm/index.md
- 布隆过滤器: