lib:cache

none

La data de 19-04-2024. Vezi ultima versiune.

Autor
rssa_romeo
Rating-uri
0 0 0
Versiune
1
Creat
03-04-2024
Actualizat
19-04-2024
Size
2,07 KB
Licență
GPLv3
Se aplică pe
Toate site-urile

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