org.jafer.record
Class HashtableCache

java.lang.Object
  extended by org.jafer.record.AbstractCache
      extended by org.jafer.record.HashtableCache
All Implemented Interfaces:
Cache

public class HashtableCache
extends AbstractCache
implements Cache


Field Summary
 
Fields inherited from class org.jafer.record.AbstractCache
berCache, clear, dataCache, dataCacheSize, dataTimeStamp, logger, recordFactory, xmlCache
 
Constructor Summary
HashtableCache(int dataCacheSize)
           
 
Method Summary
 
Methods inherited from class org.jafer.record.AbstractCache
checkCacheSize, clear, contains, getAvailableSlots, getBER, getDataCacheSize, getDataObject, getXML, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jafer.record.Cache
clear, contains, getAvailableSlots, getBER, getDataCacheSize, getDataObject, getXML, put
 

Constructor Detail

HashtableCache

public HashtableCache(int dataCacheSize)