Greasy Fork is available in English.

lib:cache

none

Autor
rssa_romeo
Instalări zilnice
0
Total instalări
7
Rating-uri
0 0 0
Versiune
2
Creat
03-04-2024
Actualizat
15-05-2024
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