Liferay 7.0-ce-m3

com.liferay.portal.cache.configurator.util
Class PortalCacheConfiguratorUtil

java.lang.Object
  extended by com.liferay.portal.cache.configurator.util.PortalCacheConfiguratorUtil

public class PortalCacheConfiguratorUtil
extends Object


Constructor Summary
PortalCacheConfiguratorUtil()
           
 
Method Summary
static void reconfigureCaches(ClassLoader classLoader, URL url)
           
static void reconfigureHibernateCache(URL url)
           
 void setPortalCacheConfigurator(PortalCacheConfigurator portalCacheConfigurator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCacheConfiguratorUtil

public PortalCacheConfiguratorUtil()
Method Detail

reconfigureCaches

public static void reconfigureCaches(ClassLoader classLoader,
                                     URL url)
                              throws Exception
Throws:
Exception

reconfigureHibernateCache

public static void reconfigureHibernateCache(URL url)

setPortalCacheConfigurator

public void setPortalCacheConfigurator(PortalCacheConfigurator portalCacheConfigurator)

Liferay 7.0-ce-m3