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.
假设对象的创建依赖于一些很少但有时会改变的配置。汇集它们似乎是合乎逻辑的。但是当配置改变时——我希望它们被容器重新创建,即我需要丢弃现有的。是否可以?
没有专门针对这种情况的内置内容,但它可能是可行的。
很大程度上取决于您的应用程序以及这些对象的使用方式。也许具有可交换目标的代理将是一个不错的选择。也许不是。
很大程度上取决于这些对象的使用方式和频率。