lib:cache

none

Od 10.04.2024.. Pogledajte najnovija verzija.

Autor
rssa_romeo
Ocjene
0 0 0
Verzija
0.3
Stvoreno
03.04.2024.
Ažurirano
10.04.2024.
Size
2,07 KB
Licenza
GPLv3
Primjenjuje se
Sve stranice

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。