lib:cache

none

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
rssa_romeo
1日のインストール数
0
累計インストール数
7
評価
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