Package com.volantis.mcs.runtime.configuration

Examples of com.volantis.mcs.runtime.configuration.RenderedPageCacheConfiguration


            }

            // Get the page cache configuration from the mcs-config.xml file.
            // This is an optional configuration. If not present, the page
            // cache will not be enabled.
            RenderedPageCacheConfiguration cacheConfig =
                    config.getRenderedPageCacheConfig();
            if (cacheConfig != null) {
                // use an XDIMERequestProcess that performs caching
                xdimeRequestProcessor =
                        new CachingXDIMERequestProcessor(
View Full Code Here

TOP

Related Classes of com.volantis.mcs.runtime.configuration.RenderedPageCacheConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.