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.
在我看来,当前表的本地缓存在创建实体时被刷新(manager.createEntity(current table))这是它应该如何工作的?我认为这是一种奇怪的行为。
TJ
TJ - 我敢打赌,您的实体从一开始就从未在缓存中。您可能查询了某些东西(使用了投影/选择?),它返回了您可以使用的数据……但不是 Breeze 可以缓存的实体。我相信这就是 PW Kad 所暗示的。
你确定吗?