Greasy Fork is available in English.

lib:cache

none

نووسەر
rssa_romeo
Daily installs
0
Total installs
7
Ratings
0 0 0
وەشان
2
Created
2024-04-03
Updated
2024-05-15
مۆڵەت
GPLv3
Applies to
هەموو سایتەکان

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