Greasy Fork is available in English.

lib:cache

none

Autore
rssa_romeo
Installazioni giornaliere
0
Installazioni totali
7
Valutazione
0 0 0
Versione
2
Creato il
03/04/2024
Aggiornato il
15/05/2024
Licenza
GPLv3
Applica a
Tutti i siti

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