Uses of Interface
org.jafer.record.Cache

Packages that use Cache
org.jafer.interfaces   
org.jafer.record   
org.jafer.zclient   
 

Uses of Cache in org.jafer.interfaces
 

Methods in org.jafer.interfaces that return Cache
 Cache Cache.getCache()
          Returns the current record cache object being used
 

Methods in org.jafer.interfaces with parameters of type Cache
 void Cache.setCache(Cache cache)
          Sets the record cache object to use
 

Uses of Cache in org.jafer.record
 

Classes in org.jafer.record that implement Cache
 class HashtableCache
           
 class SynchronizedCache
           
 

Fields in org.jafer.record declared as Cache
(package private)  Cache SynchronizedCache.cache
           
 

Methods in org.jafer.record that return Cache
 Cache HashtableCacheFactory.getCache()
           
 Cache CacheFactory.getCache()
          This method should create a new cache
 

Constructors in org.jafer.record with parameters of type Cache
SynchronizedCache(Cache cache)
           
 

Uses of Cache in org.jafer.zclient
 

Fields in org.jafer.zclient declared as Cache
protected  Cache AbstractClient.cache
          Cache - cache made protected due to fact that ZClientDB still needs the cache
 

Methods in org.jafer.zclient that return Cache
 Cache AbstractClient.getCache()
           
 

Methods in org.jafer.zclient with parameters of type Cache
 void AbstractClient.setCache(Cache cache)