From e409d09e29dc8fd0ef908d8bb020fa4e16eec8ca Mon Sep 17 00:00:00 2001 From: Ryan <865833921@qq.com> Date: Sun, 15 Jun 2025 07:14:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20entry/src/main/ets/pages/prefetching.e?= =?UTF-8?q?ts.=20=E5=8E=BB=E9=99=A4=E6=97=A0=E6=95=88=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ryan <865833921@qq.com> --- entry/src/main/ets/pages/prefetching.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/entry/src/main/ets/pages/prefetching.ets b/entry/src/main/ets/pages/prefetching.ets index 0fe1ee8..3ccd874 100644 --- a/entry/src/main/ets/pages/prefetching.ets +++ b/entry/src/main/ets/pages/prefetching.ets @@ -12,7 +12,6 @@ export default class DataSourcePrefetching implements IDataSourcePrefetching { private listeners: DataChangeListener[] = []; private readonly requestsInFlight: HashMap = new HashMap(); private readonly session: rcp.Session = rcp.createSession(); - private readonly cachePath = getContext().getApplicationContext().cacheDir; cache(ID:number,body: ESObject){} constructor(dataArray: Array) { this.dataArray = dataArray; -- Gitee