Uses of Interface
org.jafer.record.CacheFactory

Packages that use CacheFactory
org.jafer.databeans   
org.jafer.record   
 

Uses of CacheFactory in org.jafer.databeans
 

Fields in org.jafer.databeans declared as CacheFactory
private  CacheFactory DatabeanManagerFactory.cacheFactory
          Stores a reference to cache factory that is passed to the databeanManager
private  CacheFactory DatabeanManager.cacheFactory
          Stores a reference to cache factory that provides the cache for the ActiveBeans data bean to use.
 

Methods in org.jafer.databeans that return CacheFactory
 CacheFactory DatabeanManagerFactory.getCacheFactory()
          Returns the cache factory used by this databeanManagerFactory
 CacheFactory DatabeanManager.getCacheFactory()
          Returns the cache factory used by this databeanManager
 

Methods in org.jafer.databeans with parameters of type CacheFactory
 void DatabeanManagerFactory.setCacheFactory(CacheFactory cacheFactory)
          Sets the cache factory to be used by the DatabeanManagerFactory
 void DatabeanManager.setCacheFactory(CacheFactory cacheFactory)
          Sets the cache factory to be used by the DatabeanManager
 

Uses of CacheFactory in org.jafer.record
 

Classes in org.jafer.record that implement CacheFactory
 class HashtableCacheFactory
          This class returns a new instance of a HashtableCache from the configured settings