lib:cache

none

ผู้เขียน
rssa_romeo
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
9
คะแนน
0 0 0
เวอร์ชัน
2
สร้างเมื่อ
03-04-2024
อัปเดตเมื่อ
15-05-2024
สัญญาอนุญาต
GPLv3
ปรับใช้กับ
ไซต์ทั้งหมด

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