lib:cache

none

ავტორი
rssa_romeo
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
10
რეიტინგი
0 0 0
ვერსია
4
შექმნილია
03.04.2024
განახლებულია
07.03.2025
Size
2,41 KB
ლიცენზია
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