1.0.6 • Published 6 years ago

wx-mini-program-cache v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Cache

封装微信的storage,并且加入过期计时

方法

setCache

 @param   {String}  key           缓存的key名称
 @param   {*}       data          缓存的数据
 @param   {Number}  cache_time    过期时间(单位ms),默认0(永不过期)

getCache

 @param   {String}  key           缓存的key名称
 
 @return  {Promise}               缓存的数据

removeCache

 @param   {String}  key           缓存的key名称
 
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago