lib:cache

none

Autor
rssa_romeo
Dziennych instalacji
0
Wszystkich instalacji
7
Oceny
0 0 0
Wersja
2
Utworzono
03-04-2024
Zaktualizowano
15-05-2024
Licencja
GPLv3
Dotyczy
Wszystkie strony

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