清除所有的缓存

localforage.clear()

查看所有的信息

localforage.keys().then(data => {console.log(data)})

删除指定键的信息

localforage.removeItem('***')