org.opencms.xml.containerpage
Class CmsADECacheSettings

java.lang.Object
  extended by org.opencms.xml.containerpage.CmsADECacheSettings

public class CmsADECacheSettings
extends Object

The cache settings for ADE.

Since:
8.0.0

Constructor Summary
CmsADECacheSettings()
          Default constructor.
 
Method Summary
 int getContainerPageOfflineSize()
          Returns the size of the container page offline cache.
 int getContainerPageOnlineSize()
          Returns the size of the container page online cache.
 int getGroupContainerOfflineSize()
          Returns the size of the group container offline cache.
 int getGroupContainerOnlineSize()
          Returns the size of the group container online cache.
 void setContainerPageOfflineSize(String size)
          Sets the size of the cache for offline container pages.
 void setContainerPageOnlineSize(String size)
          Sets the size of the cache for online container pages.
 void setGroupContainerOfflineSize(String size)
          Sets the size of the cache for offline group containers.
 void setGroupContainerOnlineSize(String size)
          Sets the size of the cache for online group containers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsADECacheSettings

public CmsADECacheSettings()
Default constructor.

Method Detail

getContainerPageOfflineSize

public int getContainerPageOfflineSize()
Returns the size of the container page offline cache.

Returns:
the size of the container page offline cache

getContainerPageOnlineSize

public int getContainerPageOnlineSize()
Returns the size of the container page online cache.

Returns:
the size of the container page online cache

setContainerPageOfflineSize

public void setContainerPageOfflineSize(String size)
Sets the size of the cache for offline container pages.

Parameters:
size - the size of the cache for offline container pages

setContainerPageOnlineSize

public void setContainerPageOnlineSize(String size)
Sets the size of the cache for online container pages.

Parameters:
size - the size of the cache for online container pages

getGroupContainerOfflineSize

public int getGroupContainerOfflineSize()
Returns the size of the group container offline cache.

Returns:
the size of the group container offline cache

getGroupContainerOnlineSize

public int getGroupContainerOnlineSize()
Returns the size of the group container online cache.

Returns:
the size of the group container online cache

setGroupContainerOfflineSize

public void setGroupContainerOfflineSize(String size)
Sets the size of the cache for offline group containers.

Parameters:
size - the size of the cache for offline group containers

setGroupContainerOnlineSize

public void setGroupContainerOnlineSize(String size)
Sets the size of the cache for online group containers.

Parameters:
size - the size of the cache for online group containers