lib:cache

none

Versión del día 25/1/2025. Echa un vistazo a la versión más reciente.

Autor
rssa_romeo
Calificaciones
0 0 0
Versión
3
Creado
3/4/2024
Actualizado
25/1/2025
Tamaño
2,39 KB
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