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.
有没有人注意到为什么每次发出 Get 请求时新 WebAPI 中的存储库都不会刷新?我没有看到任何引用缓存之类的东西,但是,我没有看到每次都刷新数据。这是非常不一致的。任何想法为什么?
我遇到了类似的问题,发生的事情是在查询之后没有处理数据库上下文。检查您是否在连接后处理您的对象。
这个示例帮助我处理和创建每个请求的上下文,这同样适用于 WebAPI,因此它们不会保留内存并为每个请求刷新。