lib:cache

none

Δημιουργός
rssa_romeo
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
10
Βαθμολογίες
0 0 0
Έκδοση
4
Δημιουργήθηκε την
03/04/2024
Ενημερώθηκε την
07/03/2025
Μέγεθος
2 KB
Άδεια
GPLv3
Εφαρμόζεται σε
Όλοι οι ιστοχώροι

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