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

All Implemented Interfaces:
    CacheProvider

Implementation of NoCacheProvider.
Method from org.hibernate.cache.NoCacheProvider 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.NoCacheProvider Detail:
 public Cache buildCache(String regionName,
    Properties properties) throws CacheException 
    Configure the cache
 public boolean isMinimalPutsEnabledByDefault() 
 public long nextTimestamp() 
    Generate a timestamp
 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().