Liferay 7.0-ce-a2

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
           
static String PORTAL_CACHE_LISTENER_SCOPE
           
 
Constructor Summary
PortalCacheConfiguration(String portalCacheName, Set<Properties> portalCacheListenerPropertiesSet, Properties portalCacheBootstrapLoaderProperties)
           
 
Method Summary
 Properties getPortalCacheBootstrapLoaderProperties()
           
 Set<Properties> getPortalCacheListenerPropertiesSet()
           
 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

PORTAL_CACHE_LISTENER_SCOPE

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

PortalCacheConfiguration

public PortalCacheConfiguration(String portalCacheName,
                                Set<Properties> portalCacheListenerPropertiesSet,
                                Properties portalCacheBootstrapLoaderProperties)
Method Detail

getPortalCacheBootstrapLoaderProperties

public Properties getPortalCacheBootstrapLoaderProperties()

getPortalCacheListenerPropertiesSet

public Set<Properties> getPortalCacheListenerPropertiesSet()

getPortalCacheName

public String getPortalCacheName()

newPortalCacheConfiguration

public PortalCacheConfiguration newPortalCacheConfiguration(String portalCacheName)

Liferay 7.0-ce-a2