lib:cache

none

作者
rssa_romeo
今日安裝
1
安裝總數
6
評價
0 0 0
版本
2
建立日期
2024-04-03
更新日期
2024-05-15
授權條款
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://greasyfork.org/en/scripts/491562-libloader-lib