lib:cache

none

As of 19/04/2024. See the latest version.

Autor
rssa_romeo
Ocene
0 0 0
Verzija
1
Napravljeno
03/04/2024
Ažurirano
19/04/2024
Size
2,07 КБ
Licenca
GPLv3
Važi za
All 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