Search code examples
Implementation of a cache using soft references both for keys and values...


javacachingguavasoft-references

Read More
android : SoftReference / WeakReference example...


androidweak-referencessoft-references

Read More
SoftReference<String> not garbage collected when out of memory...


javagarbage-collectionsoft-references

Read More
Using SoftReference to cache Bitmap on Android cause OOM...


javaandroidgarbage-collectionout-of-memorysoft-references

Read More
Using LruCache and avoid OutOfMemoryException...


androidout-of-memorysoft-referencesandroid-lru-cache

Read More
Java SoftReference guarantee failing...


javagarbage-collectionout-of-memoryweak-referencessoft-references

Read More
Android: the GC doesn't respect SoftReferences?...


androidgarbage-collectionweak-referencessoft-references

Read More
How can I call methods on items in a ReferenceQueue if type erasure has allowed me to only call Obje...


javatype-erasuresoft-references

Read More
Map Size incorrect in Java. If I wrap Key and Value in WeakReference and then add into HashMap, prin...


javagarbage-collectionweak-referencessoft-references

Read More
How to use Soft/WeakReference classes in a Android App?...


androidweak-referencessoft-references

Read More
Android OutOfMemoryException on createScaledBitmap and the role of SoftReferences?...


androidout-of-memorydrawablesoft-references

Read More
Are C# weak references in fact soft?...


c#.netgarbage-collectionweak-referencessoft-references

Read More
Is there a SoftHashMap in Scala?...


scaladictionarysoft-references

Read More
Equivalent to SoftReference in .net?...


.netgarbage-collectionweak-referencessoft-references

Read More
Advise for performance when using custom Adapter and SoftReference in Android...


androidperformancememoryandroid-arrayadaptersoft-references

Read More
How are SoftReferences collected by JVMs in practice?...


javacachingjvmsoft-references

Read More
Will GC collect an object referred to by a SoftReference and a WeakReference?...


javaweak-referencessoft-references

Read More
Java, convert object to softreference...


javamemory-managementsoft-referencesweakhashmap

Read More
Testing code that uses SoftReference<T>...


javasoft-references

Read More
Java SoftReference, panicing GC and GC behavior...


javagarbage-collectionsoft-referencesg1gc

Read More
When a PhantomReference/SoftReference/WeakReference is queued, how do you know what it referred to?...


javaweak-referencessoft-referencesphantom-reference

Read More
google-guava MapMaker .softValues() - values don't get GC-ed, OOME: HeapSpace follows...


javaguavasoft-references

Read More
Mixing different reference types in one collection...


javagarbage-collectionweak-referencessoft-referencesphantom-reference

Read More
collection.immutable.Map[ K, SoftReference[ V ]] over google's MapMaker?...


cachingscalacollectionsguavasoft-references

Read More
Uses of different reference types in Java...


javareferenceweak-referencessoft-referencesphantom-reference

Read More
How to cause soft references to be cleared in Java?...


javagarbage-collectionsoft-references

Read More
Is This correct way to use Soft References...


javacachingsoft-references

Read More
Gracefully finalizing the SoftReference referent...


javafinalizerfinalizesoft-references

Read More
Is there any way to determine if an object in Java is softly reachable?...


javasoft-references

Read More
BackNext