lib:cache

none

लेखक
rssa_romeo
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
10
रेटिंग
0 0 0
आवृत्ती
4
बनवली
2024-04-03
अपडेट केली
2025-03-07
आकार
2.41 KB
License
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