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.
我正在构建一个构建大缓存的应用程序。如果丢失,构建缓存的成本又是巨大的。
有没有办法将缓存数据保存在 asp.Net MVC3 应用程序中?
我认为你应该采取另一种方法。可能是,例如创建数据库视图
请记住一些事情,你不可能一直缓存,因为它会回收应用程序池,所以即使你改变时间间隔,总是会发生。
另外,您的应用程序中可能触发回收的更改
什么触发了立即回收?
任何变化:
什么触发了延迟回收?
发生在 .aspx、.cs/.vb 文件中的更改。