cacheFactory 在哪里存储数据?我们怎样才能看到缓存的数据呢?
Where does the cacheFactory stores data? How can we see the cached data?
我试图通过开发人员选项查看浏览器资源,但找不到缓存数据的位置。
在哪里(物理位置)创建缓存对象?
请帮忙
缓存对象存储在 $cacheFactoryProvider
的 $get
函数中的散列中。
我试图通过开发人员选项查看浏览器资源,但找不到缓存数据的位置。 在哪里(物理位置)创建缓存对象? 请帮忙
缓存对象存储在 $cacheFactoryProvider
的 $get
函数中的散列中。