lib:cache

none

ผู้เขียน
rssa_romeo
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
10
คะแนน
0 0 0
เวอร์ชัน
4
สร้างเมื่อ
03-04-2024
อัปเดตเมื่อ
07-03-2025
Size
2.41 กิโลไบต์
สัญญาอนุญาต
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