1.0.6 • Published 5 years ago

wx-mini-program-cache v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago