summaryrefslogtreecommitdiff
path: root/docs/locales/zh/advanced/caching/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/locales/zh/advanced/caching/index.md')
-rw-r--r--docs/locales/zh/advanced/caching/index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/locales/zh/advanced/caching/index.md b/docs/locales/zh/advanced/caching/index.md
new file mode 100644
index 000000000..85b2292b5
--- /dev/null
+++ b/docs/locales/zh/advanced/caching/index.md
@@ -0,0 +1,11 @@
+# 缓存
+
+本节涵盖了多种缓存技术,这些技术可以提高 GoToSocial 在高流量情况下的稳定性,并减轻 GoToSocial 实例的一部分工作负担。
+
+!!! note
+ 这些指南仅在你运行[反向代理](../../getting_started/reverse_proxy/index.md)时才有意义。
+
+## 指南
+
+* [缓存 API 响应](api.md)
+* [缓存资源与媒体](assets-media.md)