Greasy Fork is available in English.

lib:cache

none

Autor
rssa_romeo
Dnevne instalacije
0
Ukupno instalacija
8
Ocene
0 0 0
Verzija
2
Napravljeno
03/04/2024
Ažurirano
15/05/2024
Licenca
GPLv3
Važi za
All sites

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