Greasy Fork is available in English.

lib:cache

none

Autor
rssa_romeo
Dnevne instalacije
0
Ukupnih instalacija
7
Ocjene
0 0 0
Verzija
2
Stvoreno
03.04.2024.
Ažurirano
15.05.2024.
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://greasyfork.org/en/scripts/491562-libloader-lib