|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.xml.containerpage.CmsADECacheSettings
public class CmsADECacheSettings
The cache settings for ADE.
Constructor Summary | |
---|---|
CmsADECacheSettings()
Default constructor. |
Method Summary | |
---|---|
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(String size)
Sets the size of the cache for offline container pages. |
void |
setContainerPageOnlineSize(String size)
Sets the size of the cache for online container pages. |
void |
setGroupContainerOfflineSize(String size)
Sets the size of the cache for offline group containers. |
void |
setGroupContainerOnlineSize(String size)
Sets the size of the cache for online group containers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsADECacheSettings()
Method Detail |
---|
public int getContainerPageOfflineSize()
public int getContainerPageOnlineSize()
public void setContainerPageOfflineSize(String size)
size
- the size of the cache for offline container pagespublic void setContainerPageOnlineSize(String size)
size
- the size of the cache for online container pagespublic int getGroupContainerOfflineSize()
public int getGroupContainerOnlineSize()
public void setGroupContainerOfflineSize(String size)
size
- the size of the cache for offline group containerspublic void setGroupContainerOnlineSize(String size)
size
- the size of the cache for online group containers
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |