我的基于 Castle ActiveRecord 的应用程序中是否启用了一级缓存?
我有一个基于 Castle ActiveRecord 的简单级别 ASP.NET Web 应用程序。如何确定一级缓存是否启用?
I have a simple level ASP.NET web application based on Castle ActiveRecord. How can I determine if first level cache is enabled within it or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一级缓存永远不能被禁用。它始终开启。
First level cache can never be disabled. It's always on.
您确定您没有想到二级缓存?
一级缓存本质上是一个 身份映射 因此始终处于启用状态。
Are you sure you're not thinking of the Second Level Cache?
The first level cache is essentially an identity map and as such, is always enabled.