Liferay 6.2-ce-ga5

com.liferay.portal.cache.ehcache
Class EhcacheConfigurationUtil

java.lang.Object
  extended by com.liferay.portal.cache.ehcache.EhcacheConfigurationUtil

public class EhcacheConfigurationUtil
extends Object


Field Summary
static boolean EHCACHE_BOOTSTRAP_CACHE_LOADER_ENABLED
           
 
Constructor Summary
EhcacheConfigurationUtil()
           
 
Method Summary
static net.sf.ehcache.config.Configuration getConfiguration(String configurationPath)
           
static net.sf.ehcache.config.Configuration getConfiguration(String configurationPath, boolean clusterAware)
           
static net.sf.ehcache.config.Configuration getConfiguration(String configurationPath, boolean clusterAware, boolean usingDefault)
           
static net.sf.ehcache.config.Configuration getConfiguration(URL configurationURL)
           
static net.sf.ehcache.config.Configuration getConfiguration(URL configurationURL, boolean clusterAware)
           
static net.sf.ehcache.config.Configuration getConfiguration(URL configurationURL, boolean clusterAware, boolean usingDefault)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EHCACHE_BOOTSTRAP_CACHE_LOADER_ENABLED

public static final boolean EHCACHE_BOOTSTRAP_CACHE_LOADER_ENABLED
Constructor Detail

EhcacheConfigurationUtil

public EhcacheConfigurationUtil()
Method Detail

getConfiguration

public static net.sf.ehcache.config.Configuration getConfiguration(String configurationPath)

getConfiguration

public static net.sf.ehcache.config.Configuration getConfiguration(String configurationPath,
                                                                   boolean clusterAware)

getConfiguration

public static net.sf.ehcache.config.Configuration getConfiguration(String configurationPath,
                                                                   boolean clusterAware,
                                                                   boolean usingDefault)

getConfiguration

public static net.sf.ehcache.config.Configuration getConfiguration(URL configurationURL)

getConfiguration

public static net.sf.ehcache.config.Configuration getConfiguration(URL configurationURL,
                                                                   boolean clusterAware)

getConfiguration

public static net.sf.ehcache.config.Configuration getConfiguration(URL configurationURL,
                                                                   boolean clusterAware,
                                                                   boolean usingDefault)

Liferay 6.2-ce-ga5