lib:cache

none

Penulis
rssa_romeo
Pemasangan harian
0
Total pemasangan
10
Nilai
0 0 0
Versi
4
Dibuat
03 April 2024
Diperbarui
07 Maret 2025
Size
2,41 KB
Lisensi
GPLv3
Berlaku untuk
Semua situs

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