Liferay 7.0-ce-m3

com.liferay.portal.cache.configurator.impl
Class PortalCacheConfiguratorImpl

java.lang.Object
  extended by com.liferay.portal.cache.configurator.impl.PortalCacheConfiguratorImpl
All Implemented Interfaces:
PortalCacheConfigurator

public class PortalCacheConfiguratorImpl
extends Object
implements PortalCacheConfigurator


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

Constructor Detail

PortalCacheConfiguratorImpl

public PortalCacheConfiguratorImpl()
Method Detail

reconfigureCaches

public void reconfigureCaches(ClassLoader classLoader,
                              URL url)
                       throws Exception
Specified by:
reconfigureCaches in interface PortalCacheConfigurator
Throws:
Exception

reconfigureHibernateCache

public void reconfigureHibernateCache(URL url)
Specified by:
reconfigureHibernateCache in interface PortalCacheConfigurator

Liferay 7.0-ce-m3