Greasy Fork is available in English.

lib:cache

none

Autor
rssa_romeo
Instalações hoje
0
Total de instalações
7
Avaliações
0 0 0
Versão
2
Criado
03/04/2024
Atualizado
15/05/2024
Licença
GPLv3
Aplicável a
Todos os 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