We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c5440 commit 3fbf5f3Copy full SHA for 3fbf5f3
README.md
@@ -1,4 +1,9 @@
1
-# cmake-project-template
+# cache-system
2
3
-C/C++ 项目的 CMake 模板。
+C++ 项目练习:缓存系统。
4
+
5
+# 参考文档
6
7
+1. [C++项目精选:缓存系统 | 代码随想录 | 代码随想录](https://programmercarl.com/other/project_huancun.html)
8
+2. [youngyangyang04/KamaCache: 【代码随想录知识星球】项目分享-cache的实现(LRU,LFU,ARC)](https://github.com/youngyangyang04/KamaCache)
9
0 commit comments