You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/05 09:20:19 UTC

[dubbo-website] branch master updated: [fix] 新增场景 (#1192)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 34d42d896d [fix] 新增场景 (#1192)
34d42d896d is described below

commit 34d42d896dfee51ab51f9b3ab4cd5eb45655905d
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Tue Jul 5 17:20:13 2022 +0800

    [fix] 新增场景 (#1192)
---
 .../java-sdk/advanced-features-and-usage/rpc/result-cache.md          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/result-cache.md b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/result-cache.md
index e55427e23a..5f34f506ad 100644
--- a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/result-cache.md
+++ b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/rpc/result-cache.md
@@ -6,7 +6,6 @@ weight: 7
 description: "通过缓存结果加速访问速度"
 ---
 ## 特性说明
-结果缓存,用于加速热门数据的访问速度,Dubbo 提供声明式缓存,以减少用户加缓存的工作量。 
 
 #### 缓存类型
 
@@ -19,6 +18,9 @@ description: "通过缓存结果加速访问速度"
 关于 [示例代码](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-cache)
 
 ## 使用场景
+
+结果缓存,用于加速热门数据的访问速度,Dubbo 提供声明式缓存,以减少用户加缓存的工作量。 
+
 ## 使用方式
 
 ```xml