Uses of Class
org.opencms.xml.containerpage.CmsADECacheSettings
Packages that use CmsADECacheSettings
Package
Description
Reads and writes the XML based OpenCms configuration files.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsADECacheSettings in org.opencms.configuration
Methods in org.opencms.configuration that return CmsADECacheSettingsModifier and TypeMethodDescriptionCmsSystemConfiguration.getAdeCacheSettings()
Returns the settings of the ADE cache.Methods in org.opencms.configuration with parameters of type CmsADECacheSettingsModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setAdeCacheSettings
(CmsADECacheSettings settings) Sets the cache settings for ADE. -
Uses of CmsADECacheSettings in org.opencms.xml.containerpage
Constructors in org.opencms.xml.containerpage with parameters of type CmsADECacheSettingsModifierConstructorDescriptionCmsADECache
(CmsMemoryMonitor memMonitor, CmsADECacheSettings cacheSettings) Initializes the cache.