ok-cache
Install
npm i ok-cache --save
Usage
; const cache = prefix: 'app_' // default: '' driver: 'wxapp' // default: 'localStorage' promise: Promise // default: window.Promise, 需自行引入Promise-polyfill, 在微信小程序中务必传入此参数; cache;
npm i ok-cache --save
; const cache = prefix: 'app_' // default: '' driver: 'wxapp' // default: 'localStorage' promise: Promise // default: window.Promise, 需自行引入Promise-polyfill, 在微信小程序中务必传入此参数; cache;
npm i ok-cache
0
1.0.2
MIT