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.
我正在使用 MVC4 构建一个网站。我有一组对象,它们本质上几乎是静态的。我应该选择应用程序对象还是静态数据还是缓存?
缓存的好处是如果有变化就会过期。更新静态变量或应用程序要困难得多。您基本上必须回收应用程序池。
我会说 Application 是为了向后兼容旧的基于 asp 的应用程序而留下的