Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » cache » [javadoc | source]
org.hibernate.cache
public class: HashtableCacheProvider [javadoc | source]
java.lang.Object
   org.hibernate.cache.HashtableCacheProvider

All Implemented Interfaces:
    CacheProvider

A simple in-memory Hashtable-based cache impl.
Method from org.hibernate.cache.HashtableCacheProvider Summary:
buildCache,   isMinimalPutsEnabledByDefault,   nextTimestamp,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.cache.HashtableCacheProvider Detail:
 public Cache buildCache(String regionName,
    Properties properties) throws CacheException 
 public boolean isMinimalPutsEnabledByDefault() 
 public long nextTimestamp() 
 public  void start(Properties properties) throws CacheException 
    Callback to perform any necessary initialization of the underlying cache implementation during SessionFactory construction.
 public  void stop() 
    Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().