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

All Implemented Interfaces:
    CacheProvider

Support for SwarmCache replicated cache. SwarmCache does not support locking, so strict "read-write" semantics are unsupported.
Method from org.hibernate.cache.SwarmCacheProvider 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.SwarmCacheProvider 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().