Greasy Fork is available in English.

lib:cache

none

Autor
rssa_romeo
Denne inštalácií
0
Celkový počet inštalácií
7
Hodnotenie
0 0 0
Verzia
2
Vytvorené
03.04.2024
Aktualizované
15.05.2024
Licencia
GPLv3
Spustiť na
Všetkých stránkach

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