lib:cache

none

目前為 2024-04-10 提交的版本,檢視 最新版本

作者
rssa_romeo
評價
0 0 0
版本
0.3
建立日期
2024-04-03
更新日期
2024-04-10
尺寸
2.1 KB
授權條款
GPLv3
腳本執行於
所有網站

example:
const cache = loadlib('cache')
const c = new cache()
function test(a, s){
if(c.has(`${a}+${s}`))
return c.get()
//do things
return c.set(output)
}
requires:
https://gf.qytechs.cn/en/scripts/491562-libloader-lib

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址