Class CmsADECacheSettings

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

public class CmsADECacheSettings extends Object
The cache settings for ADE.

Since:
8.0.0
  • Constructor Details

  • Method Details

    • getContainerPageOfflineSize

      Returns the size of the container page offline cache.

      Returns:
      the size of the container page offline cache
    • 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

      Returns the size of the group container offline cache.

      Returns:
      the size of the group container offline cache
    • getGroupContainerOnlineSize

      Returns the size of the group container online cache.

      Returns:
      the size of the group container online cache
    • setGroupContainerOfflineSize

      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