0.0.1 • Published 2 years ago
@xxai/cache v0.0.1
@xxai/cache
#!/usr/bin/env coffee
> @xxai/cache
test = cache (a)=>
console.log 'run test',a
a+2
console.log test 123
console.log test 123
output :
run test 123
125
125
0.0.1
2 years ago
#!/usr/bin/env coffee
> @xxai/cache
test = cache (a)=>
console.log 'run test',a
a+2
console.log test 123
console.log test 123
output :
run test 123
125
125
2 years ago