Package org.apache.roller.weblogger.ui.rendering.util.cache

Examples of org.apache.roller.weblogger.ui.rendering.util.cache.WeblogFeedCache.generateKey()


                // flush rendered output and close
                rendererOutput.flush();
                rendererOutput.close();
               
                // now just put it in the cache
                String key = feedCache.generateKey(feedRequest);
                feedCache.put(key, rendererOutput);
               
            } catch(Exception e) {
                // bummer, error during rendering
                log.error("Error rendering for weblog "+weblogHandle, e);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.