This commit is contained in:
Horis
2025-02-10 16:02:57 +08:00
parent e09fbf9043
commit 823f49c744
+1 -1
View File
@@ -428,7 +428,7 @@ cookie.removeCookie(url)
> 保存至数据库和缓存文件(50M),保存的内容较大时请使用`getFile putFile`
```js
保存
cache.put(key: String, value: Any , saveTime: Int)
cache.put(key: String, value: String, saveTime: Int)
读取数据库
cache.get(key: String): String?
删除