lib:cache

none

Verze ze dne 10. 04. 2024. Zobrazit nejnovější verzi.

Autor
rssa_romeo
Hodnocení
0 0 0
Verze
0.3
Vytvořeno
03. 04. 2024
Aktualizováno
10. 04. 2024
Size
2,1 KB
Licence
GPLv3
Spustit na
všech stránkách

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://greasyforks.org/en/scripts/491562-libloader-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。