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