From 731e75a93fe3e88f95870f29703406e1d6d6bc0d Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 12 Oct 2022 02:12:18 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20Signed-off-by:=20Annie=5Fwang=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Annie_wang --- .../application-dev/reference/apis/js-apis-data-preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-data-preferences.md b/zh-cn/application-dev/reference/apis/js-apis-data-preferences.md index 5842ca50f5..af0bb8865d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-data-preferences.md +++ b/zh-cn/application-dev/reference/apis/js-apis-data-preferences.md @@ -329,7 +329,7 @@ data_preferences.removePreferencesFromCache(context, 'mystore', function (err) { removePreferencesFromCache(context: Context, name: string): Promise<void> -从内存中移除指定的Preferences实例,使用callback异步回调。 +从内存中移除指定的Preferences实例,使用Promise异步回调。 调用该接口后,应用不允许再使用该Preferences实例进行数据操作,否则会出现数据一致性问题。 -- GitLab