Package org.opencms.xml.containerpage
Class CmsADECacheSettings
java.lang.Object
org.opencms.xml.containerpage.CmsADECacheSettings
The cache settings for ADE.
- Since:
- 8.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the size of the container page offline cache.intReturns the size of the container page online cache.intReturns the size of the group container offline cache.intReturns the size of the group container online cache.voidSets the size of the cache for offline container pages.voidSets the size of the cache for online container pages.voidSets the size of the cache for offline group containers.voidSets the size of the cache for online group containers.
-
Constructor Details
-
CmsADECacheSettings
public CmsADECacheSettings()Default constructor.
-
-
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
Sets the size of the cache for offline container pages.- Parameters:
size- the size of the cache for offline container pages
-
setContainerPageOnlineSize
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
Sets the size of the cache for online group containers.- Parameters:
size- the size of the cache for online group containers
-