com.liferay.portal.kernel.cache.configuration
Class PortalCacheConfiguration
java.lang.Object
com.liferay.portal.kernel.cache.configuration.PortalCacheConfiguration
public class PortalCacheConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_PORTAL_CACHE_NAME
public static final String DEFAULT_PORTAL_CACHE_NAME
- See Also:
- Constant Field Values
PortalCacheConfiguration
public PortalCacheConfiguration(String portalCacheName,
Map<CallbackConfiguration,CacheListenerScope> cacheListenerConfigurations,
CallbackConfiguration bootstrapLoaderConfiguration)
getBootstrapLoaderConfiguration
public CallbackConfiguration getBootstrapLoaderConfiguration()
getCacheListenerConfigurations
public Map<CallbackConfiguration,CacheListenerScope> getCacheListenerConfigurations()
getPortalCacheName
public String getPortalCacheName()
newPortalCacheConfiguration
public PortalCacheConfiguration newPortalCacheConfiguration(String portalCacheName)