Greasy Fork is available in English.

lib:cache

none

Skaber
rssa_romeo
Daglige installationer
0
Installationer i alt
8
Bedømmelser
0 0 0
Version
2
Oprettet
03.04.2024
Opdateret
15.05.2024
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