lib:cache

none

2024-04-19 기준 버전입니다. 최신 버전을 확인하세요.

작성자
rssa_romeo
평점
0 0 0
버전
1
생성일
2024-04-03
갱신일
2024-04-19
크기
2.07KB
라이선스
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://greasyforks.org/en/scripts/491562-libloader-lib

长期地址
遇到问题?请前往 GitHub 提 Issues。