Greasy Fork is available in English.

lib:cache

none

Autor
rssa_romeo
Instalaciones diarias
0
Instalaciones totales
7
Calificaciones
0 0 0
Versión
2
Creado
3/4/2024
Actualizado
15/5/2024
Licencia
GPLv3
Funciona en
Todos los sitios

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