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.
可能重复: 为什么 .NET 没有像 Java 那样的 SoftReference 和 WeakReference?
Java 有几种类型的引用,其中两种是Weak和Soft。我知道 .NET 有弱引用,但它也有软引用吗?
(软引用比弱引用更强,因为即使不存在强引用,它们也会尝试保持对象处于活动状态。但是当内存紧张时它们会释放。)
不,它没有。