lib:cache

none

19.04.2024 itibariyledir. En son verisyonu görün.

Yazar
rssa_romeo
Değerlendirmeler
0 0 0
Versiyon
1
Oluşturulma
03.04.2024
Güncellenme
19.04.2024
Boyut
2,07 KB
Lisans
GPLv3
Geçerli
Tüm siteler

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。