Greasy Fork is available in English.

lib:cache

none

Maker
rssa_romeo
Dagelijks aantal installaties
0
Totaal aantal installaties
7
Beoordelingen
0 0 0
Versie
2
Gemaakt op
03-04-2024
Bijgewerkt op
15-05-2024
Licentie
GPLv3
Wordt toegepast op
Alle websites

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