cache lib

none

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

Author
rssa_romeo
Ratings
0 0 0
Version
0.2
Created
2024-04-03
Updated
2024-04-03
Size
2.07 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://greasyfork.org/en/scripts/491562-libloader-lib