lib:cache

none

Автор
rssa_romeo
Щоденних встановлень
0
Всього встановлень
7
Рейтинги
0 0 0
Версія
2
Створено
03.04.2024
Оновлено
15.05.2024
Ліцензія
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