lib:cache

none

As of 2024-05-15. See the latest version.

Author
rssa_romeo
Ratings
0 0 0
Version
2
Created
2024-04-03
Updated
2024-05-15
Size
2.13 KB
License
GPLv3
Applies to
All sites

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。