lib:cache

none

Fra og med 07.03.2025. Se den nyeste version.

Skaber
rssa_romeo
Bedømmelser
0 0 0
Version
4
Oprettet
03.04.2024
Opdateret
07.03.2025
Size
2,41 kB
Licens
GPLv3
Gælder for
Alle hjemmesider

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