Package com.volantis.synergetics.cache

Examples of com.volantis.synergetics.cache.FutureResultFactory


            throws ServletException {
        super(servletContext, xdimeMIMETypes);
       
        this.cacheConfig = cacheConfig;

        FutureResultFactory resultFactory =
                    new FutureResultFactory() {
                        // javadoc inherited
                        protected ReadThroughFutureResult
                                    createCustomFutureResult(Object key,
                                                             int timeToLive) {
                            return new PageCacheFutureResult(key,
View Full Code Here

TOP

Related Classes of com.volantis.synergetics.cache.FutureResultFactory

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.