lib:cache

none

Author
rssa_romeo
Daily installs
1
Total installs
7
Ratings
0 0 0
Version
2
Created
2024-04-03
Updated
2024-05-15
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