lib:cache

none

작성자
rssa_romeo
일일 설치 수
0
총 설치 수
10
평점
0 0 0
버전
4
생성일
2024-04-03
갱신일
2025-03-07
크기
2.41KB
라이선스
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