lib:cache

none

Tác giả
rssa_romeo
Cài đặt hàng ngày
0
Số lần cài đặt
10
Đánh giá
0 0 0
Phiên bản
4
Đã tạo
03-04-2024
Đã cập nhật
07-03-2025
Size
2 KB
Giấy phép
GPLv3
Áp dụng cho
Tất cả trang web

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。