lib:cache

none

Versione datata 19/04/2024. Vedi la nuova versione l'ultima versione.

Autore
rssa_romeo
Valutazione
0 0 0
Versione
1
Creato il
03/04/2024
Aggiornato il
19/04/2024
Dimensione
2,07 KB
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://greasyforks.org/en/scripts/491562-libloader-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。