lib:cache

none

Aŭtoro
rssa_romeo
Ĉiutagaj instaloj
0
Tutaj instaloj
8
Ratings
0 0 0
Versio
2
Kreita
2024/04/03
Ĝisdatigita
2024/05/15
Licenco
GPLv3
Aplikiĝas al
Ĉiuj retejoj

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