Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我第二次调用 Ref<>.get() ,它是查询数据存储还是使用已经加载的值?
它只进入数据存储(或内存缓存,或其他)一次。该值缓存在 Ref 本身中。