Closed kien8995 closed 7 months ago
我想将域查找结果缓存在proxy.server
中(示例键值对:domain.com:192.168.0.1)。 但是当域数量太多时会超时,所以我想缓存它们
参考 https://github.com/xream/scripts/tree/main/surge/modules/sub-store-scripts/check 里的脚本.
里面用到了 const cache = scriptResourceCache
scriptResourceCache
位于哪里
https://github.com/xream/scripts/blob/main/surge/modules/sub-store-scripts/check/availability.js#L26
读取 cache.get(id)
设置 cache.set(id, {})
太感谢了
我想在调用函数
operator(proxies) {}
时缓存一些资源,我使用$substore.write()
。 当我单击刷新按钮时,函数operator
是否被调用? 或者你有另一种方法可以在 javascript 中做到这一点吗?