lib:cache

none

נכון ליום 15-05-2024. ראה הגרסה האחרונה.

יוצר
rssa_romeo
דירוגים
0 0 0
גרסה
2
נוצר
03-04-2024
עודכן
15-05-2024
Size
2.13 קילו-בייט
רישיון
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