Liferay 7.0-ce-m3

com.liferay.portal.cache.configurator
Interface PortalCacheConfigurator

All Known Implementing Classes:
PortalCacheConfiguratorImpl

public interface PortalCacheConfigurator


Method Summary
 void reconfigureCaches(ClassLoader classLoader, URL url)
           
 void reconfigureHibernateCache(URL url)
           
 

Method Detail

reconfigureCaches

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

reconfigureHibernateCache

void reconfigureHibernateCache(URL url)

Liferay 7.0-ce-m3