Liferay 6.0.5

com.liferay.portal.dao.orm.hibernate
Class EhCacheProvider

java.lang.Object
  extended by com.liferay.portal.dao.orm.hibernate.CacheProviderWrapper
      extended by com.liferay.portal.dao.orm.hibernate.EhCacheProvider
All Implemented Interfaces:
org.hibernate.cache.CacheProvider

public class EhCacheProvider
extends CacheProviderWrapper


Field Summary
 
Fields inherited from class com.liferay.portal.dao.orm.hibernate.CacheProviderWrapper
cacheProvider
 
Constructor Summary
EhCacheProvider()
           
 
Method Summary
static net.sf.ehcache.CacheManager getCacheManager()
           
 void start(Properties properties)
           
 
Methods inherited from class com.liferay.portal.dao.orm.hibernate.CacheProviderWrapper
buildCache, isMinimalPutsEnabledByDefault, nextTimestamp, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheProvider

public EhCacheProvider()
Method Detail

getCacheManager

public static net.sf.ehcache.CacheManager getCacheManager()
                                                   throws SystemException
Throws:
SystemException

start

public void start(Properties properties)
           throws org.hibernate.cache.CacheException
Specified by:
start in interface org.hibernate.cache.CacheProvider
Overrides:
start in class CacheProviderWrapper
Throws:
org.hibernate.cache.CacheException

Liferay 6.0.5