lib:cache

none

נכון ליום 25-01-2025. ראה הגרסה האחרונה.

יוצר
rssa_romeo
דירוגים
0 0 0
גרסה
3
נוצר
03-04-2024
עודכן
25-01-2025
Size
2.39 קילו-בייט
רישיון
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