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

All Implemented Interfaces:
    CacheProvider

Support for a standalone JBossCache (TreeCache) instance. The JBossCache is configured via a local config resource.
Nested Class Summary:
static final class  TreeCacheProvider.TransactionManagerLookupAdaptor   
Field Summary
public static final  String CONFIG_RESOURCE   
     
    public static final  String DEFAULT_CONFIG     
    Method from org.hibernate.cache.TreeCacheProvider Summary:
    buildCache,   getUnderlyingCache,   isMinimalPutsEnabledByDefault,   nextTimestamp,   start,   stop
    Methods from java.lang.Object:
    equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
    Method from org.hibernate.cache.TreeCacheProvider Detail:
     public Cache buildCache(String regionName,
        Properties properties) throws CacheException 
      Construct and configure the Cache representation of a named cache region.
     public TreeCache getUnderlyingCache() 
     public boolean isMinimalPutsEnabledByDefault() 
     public long nextTimestamp() 
     public  void start(Properties properties) 
      Prepare the underlying JBossCache TreeCache instance.
     public  void stop()