关于 Entity Framework 4 二级缓存
在哪里可以找到 Entity Framework 4 中的二级缓存功能? 找到的文章只介绍了使用示例,但我想知道是否可以配置缓存以及可以对它进行哪些设置?
Where can I find the second-level caching features in Entity Framework 4?
Articles found only on the use of examples, but I would like to know whether you can configure caching and what you can do it set up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EF 没有二级缓存。获得二级缓存的唯一方法是使用 EF 缓存提供程序。
EF doesn't have 2nd level caching. The only way to get 2nd level cache is to use EF Caching provider.