lib:cache

none

Autor
rssa_romeo
Installationen heute
0
Installationen gesamt
10
Bewertungen
0 0 0
Version
4
Erstellt am
03.04.2024
Letzte Aktualisierung
07.03.2025
Größe
2,41 KB
Lizenz
GPLv3
Wird angewandt auf
Alle Seiten

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。