如何在 ASP.NET 实体数据源控件中启用缓存
如何为 EntityDataSource 对象启用缓存。 是否有类似 SqlDataSource 实体的 EnableCaching 属性之类的东西? 该缓存已默认启用?
how I can enable caching for a EntityDataSource
object.
is there anything like EnableCaching property of the SqlDataSource to entities?
this cache is already enabled by default?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据这篇文章:
所以它自动使用缓存。
According to this article:
So it used cache automatically.