java softReference 詳解

引用:http://www.cnblogs.com/xingmeng/archive/2012/05/23/2514354.html java softReference 詳解 SoftReference的語義就是當內存不夠用的時候,GC會回收SoftReference所引用的對象。因此,在memory sensitive的程序中將某些大型數據設置成SoftReference再合適不過了。html
相關文章
相關標籤/搜索