Liferay 7.0-ce-m6

com.liferay.portal.kernel.cache.configuration
Class PortalCacheConfiguration

java.lang.Object
  extended by com.liferay.portal.kernel.cache.configuration.PortalCacheConfiguration

public class PortalCacheConfiguration
extends Object


Field Summary
static String DEFAULT_PORTAL_CACHE_NAME
           
 
Constructor Summary
PortalCacheConfiguration(String portalCacheName, Map<CallbackConfiguration,CacheListenerScope> cacheListenerConfigurations, CallbackConfiguration bootstrapLoaderConfiguration)
           
 
Method Summary
 CallbackConfiguration getBootstrapLoaderConfiguration()
           
 Map<CallbackConfiguration,CacheListenerScope> getCacheListenerConfigurations()
           
 String getPortalCacheName()
           
 PortalCacheConfiguration newPortalCacheConfiguration(String portalCacheName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORTAL_CACHE_NAME

public static final String DEFAULT_PORTAL_CACHE_NAME
See Also:
Constant Field Values
Constructor Detail

PortalCacheConfiguration

public PortalCacheConfiguration(String portalCacheName,
                                Map<CallbackConfiguration,CacheListenerScope> cacheListenerConfigurations,
                                CallbackConfiguration bootstrapLoaderConfiguration)
Method Detail

getBootstrapLoaderConfiguration

public CallbackConfiguration getBootstrapLoaderConfiguration()

getCacheListenerConfigurations

public Map<CallbackConfiguration,CacheListenerScope> getCacheListenerConfigurations()

getPortalCacheName

public String getPortalCacheName()

newPortalCacheConfiguration

public PortalCacheConfiguration newPortalCacheConfiguration(String portalCacheName)

Liferay 7.0-ce-m6