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
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the size of the container page offline cache.int
Returns the size of the container page online cache.int
Returns the size of the group container offline cache.int
Returns the size of the group container online cache.void
Sets the size of the cache for offline container pages.void
Sets the size of the cache for online container pages.void
Sets the size of the cache for offline group containers.void
Sets 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
-