|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseCache | |
|---|---|
| net.sourceforge.rcache | Provides the Cache interface and its main implementations. |
| Uses of BaseCache in net.sourceforge.rcache |
|---|
| Subclasses of BaseCache in net.sourceforge.rcache | |
|---|---|
class |
SoftCache<K,V>
Memory-Sensitive Cache Based on SoftReferences Entries in a SoftCache can be garbage collected if, and only if, the JVM considers that more memory is needed. |
class |
WeakCache<K,V>
Memory-Sensitive Cache Based on WeakReferences Entries in a WeakCache will be garbage collected as soon as there are no hard references left. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||