lib:cache

none

Ekde 2024/04/10. Vidu La ĝisdata versio.

Aŭtoro
rssa_romeo
Ratings
0 0 0
Versio
0.3
Kreita
2024/04/03
Ĝisdatigita
2024/04/10
Size
2,07 kb
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://greasyforks.org/en/scripts/491562-libloader-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。