Class CmsADECacheSettings


  • public class CmsADECacheSettings
    extends java.lang.Object
    The cache settings for ADE.

    Since:
    8.0.0
    • 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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String size)
        Sets the size of the cache for online group containers.

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