public class CmsADECacheSettings extends java.lang.Object
Constructor and Description |
---|
CmsADECacheSettings()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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(java.lang.String size)
Sets the size of the cache for offline container pages.
|
void |
setContainerPageOnlineSize(java.lang.String size)
Sets the size of the cache for online container pages.
|
void |
setGroupContainerOfflineSize(java.lang.String size)
Sets the size of the cache for offline group containers.
|
void |
setGroupContainerOnlineSize(java.lang.String size)
Sets the size of the cache for online group containers.
|
public CmsADECacheSettings()
public int getContainerPageOfflineSize()
public int getContainerPageOnlineSize()
public void setContainerPageOfflineSize(java.lang.String size)
size
- the size of the cache for offline container pagespublic void setContainerPageOnlineSize(java.lang.String size)
size
- the size of the cache for online container pagespublic int getGroupContainerOfflineSize()
public int getGroupContainerOnlineSize()
public void setGroupContainerOfflineSize(java.lang.String size)
size
- the size of the cache for offline group containerspublic void setGroupContainerOnlineSize(java.lang.String size)
size
- the size of the cache for online group containers