lib:cache

none

As of 2024-04-19. See the latest version.

نووسەر
rssa_romeo
Ratings
0 0 0
وەشان
1
Created
2024-04-03
Updated
2024-04-19
Size
2.07 KB
مۆڵەت
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://greasyforks.org/en/scripts/491562-libloader-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。