Greasy Fork is available in English.

lib:cache

none

المؤلف
rssa_romeo
التثبيت اليومي
0
إجمالي التثبيت
7
التقييمات
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