Uses of Class
org.opencms.flex.CmsFlexCacheConfiguration
Packages that use CmsFlexCacheConfiguration
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides low-level JSP integration funtionality for OpenCms,
also implements the FlexCache, a declarative parameter-based cache.
-
Uses of CmsFlexCacheConfiguration in org.opencms.configuration
Methods in org.opencms.configuration that return CmsFlexCacheConfigurationModifier and TypeMethodDescriptionCmsSystemConfiguration.getCmsFlexCacheConfiguration()
Returns the flexCacheConfiguration.Methods in org.opencms.configuration with parameters of type CmsFlexCacheConfigurationModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setCmsFlexCacheConfiguration
(CmsFlexCacheConfiguration flexCacheConfiguration) Sets the flexCacheConfiguration. -
Uses of CmsFlexCacheConfiguration in org.opencms.flex
Constructors in org.opencms.flex with parameters of type CmsFlexCacheConfigurationModifierConstructorDescriptionCmsFlexCache
(CmsFlexCacheConfiguration configuration) Constructor for class CmsFlexCache.