我试图阅读https://github.com/Nodonisko/ionic-cache自述文件,但我无法理解如何在其上存储价值。
我试图把this.cache.getOrSetItem('key', 'value')
,但我只是得到这个错误 Argument of type '"value"' is not assignable to parameter of type 'CacheValueFactory<{}>'. (typescript-tide)
,不知道是什么CacheValueFactory
。
有人可以指出,如果有的话,最好的文档。
谢谢。
PS 只是想学习 Ionic 框架。