Uses of Class
net.sourceforge.rcache.BaseCache

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.
 



© 2007-2009 Rodrigo Ruiz
This site is hosted by