add: 架构分类下新增缓存小节(占位)
Deploy Docs / deploy (push) Successful in 7s

This commit is contained in:
2026-08-24 02:49:46 +00:00
parent c2f6a6f14a
commit 028e6571a5
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# 缓存
!!! note "💡 一句话概述"
缓存是提升系统性能的核心手段,通过在高速存储中保留热点数据来减少访问延迟。
+1
View File
@@ -84,5 +84,6 @@ nav:
- project/index.md
- 架构:
- architecture/index.md
- 缓存: architecture/cache.md
- 算法:
- algorithm/index.md