UNPKG
@yangshuanlin/y-cache
Version:
latest (1.0.0)
1.0.0
加密缓存插件,支持set,get,del,tag,只调试过vue
@yangshuanlin/y-cache
/
test
/
test.js
5 lines
(4 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
5
import
Cache
from
'../src/cache.js'
const
time =
Cache
.
getLimitTime
()
console
.
log
(time)
Cache
.
set
(
'name'
,
111
)